Controls how service workers are handled by the page. They can be allowed or blocked.

Definition

enum ServiceWorkerRegistration {
  ALLOW
  BLOCK
}

Values

ALLOW

Allow service workers to be registered and operate.

BLOCK

Block service worker registrations and functionality.