1. Background Sync API

    Provides one-off and periodic synchronization for Service Workers with an onsync event.

  2. Cookie Store API

    An API for reading and modifying cookies. Compared to the existing `document.cookie` method, the API provides a much more modern interface, which can also be used in service workers.

  3. Fetch

    A modern replacement for XMLHttpRequest.

  4. Service Workers

    Method that enables applications to take advantage of persistent background processing, including hooks to enable bootstrapping of web applications while offline.

  5. javascript statement: import: available in service workers