Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.extractbase.com/llms.txt

Use this file to discover all available pages before exploring further.

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.