Background Sync API
Provides one-off and periodic synchronization for Service Workers with an onsync event.
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.
Fetch
A modern replacement for XMLHttpRequest.
Service Workers
Method that enables applications to take advantage of persistent background processing, including hooks to enable bootstrapping of web applications while offline.
javascript statement: import: available in service workers
5 results found.