Implements
  • Service

Constructors

Accessors

  • get registration(): undefined | ExtendedServiceWorkerRegistration
  • Get service worker registration

    Returns undefined | ExtendedServiceWorkerRegistration

Methods

  • 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.