Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ISDKServiceWorkerConfiguration

Hierarchy

  • ISDKServiceWorkerConfiguration

Index

Properties

Optional automaticallyRegister

automaticallyRegister: boolean

Whether Batch should automatically register its service worker (default: true).

Optional registration

registration: Promise<ServiceWorkerRegistration>

Allows you to have Batch use a specific Service Worker registration. (requires automaticallyRegister to be false).

Optional waitTimeout

waitTimeout: number

Maximum waiting time for your Service Worker to be ready (default: 10 seconds).

Generated using TypeDoc