Class Service
Implements
- Service
Index
Constructors
Accessors
Methods
Accessors
fetches
options
- get options(): ServiceOptions
Get service options
Returns ServiceOptions
registration
- get registration(): undefined | ExtendedServiceWorkerRegistration
Get service worker registration
Returns undefined | ExtendedServiceWorkerRegistration
Methods
fetch
- fetch(
id: string,
urls: string[],
options: object,
): Promise<BackgroundFetchRegistration> Fetch a list of URLs and save them to the kernel's filesystem using the Background Fetch API.
Parameters
- id: string
The id of the fetch (used as directory name for the downloaded files).
- urls: string[]
The URLs to fetch.
- options: object
The options to pass to the fetch.
Returns Promise<BackgroundFetchRegistration>
The fetch registration.
- id: string
message
register
- register(): Promise<ServiceWorkerRegistration>
Register the Service Worker.
Returns Promise<ServiceWorkerRegistration>
Get background fetches