Articles tagged: ServiceWorker
Found 73 documents
- Web/API/Cache/add The add() method of the Cache interface takes a URL, retrieves it and adds the resulting ...
- Web/API/Cache/addAll The addAll() method of the Cache interface takes an array of URLS, retrieves them, and adds the ...
- Web/API/Cache/delete The delete() method of the Cache interface finds the Cache entry whose key is the request, and ...
- Web/API/Cache/keys The keys() method of the Cache interface returns a Promise that resolves to an array of Cache keys.
- Web/API/Cache/match The match() method of the Cache interface returns a Promise that resolves to the Response ...
- Web/API/Cache/matchAll The matchAll() method of the Cache interface returns a Promise that resolves to an array of all ...
- Web/API/Cache/put The put() method of the Cache interface allows key/value pairs to be added to the current Cache ...
- Web/API/CacheStorage The CacheStorage interface represents the storage for Cache objects. It provides a master ...
- Web/API/CacheStorage/delete The delete () method of the CacheStorage interface finds the Cache object matching the ...
- Web/API/CacheStorage/has The has() method of the CacheStorage interface returns a Promise that resolves to true if a ...
- Web/API/CacheStorage/keys The keys () method of the CacheStorage interface returns a Promise that will resolve with an ...
- Web/API/CacheStorage/match The match() method of the CacheStorage interface checks if a given Request is a key in any of ...
- Web/API/CacheStorage/open The open() method of the CacheStorage interface returns a Promise that resolves to the Cache ...
- Web/API/Client/frameType The frameType read-only property of the Client interface indicates the type of browsing context ...
- Web/API/Client/id The id read-only property of the Client interface returns the universally unique identifier ...
- Web/API/Client/postMessage The Client.postMessage() method of the Client interface allows a service worker client to send a ...
- Web/API/Clients The Clients interface of the Service Workers API represents a container for a list of Client ...
- Web/API/Clients/claim The claim() method of the of the Clients interface allows an active Service Worker to set itself ...
- Web/API/Clients/matchAll The matchAll() method of the Clients interface returns a Promise for a list of service worker ...
- Web/API/Clients/openWindow The openWindow() method of the Clients interface creates a new top level browsing context and ...
- Web/API/ExtendableEvent The ExtendableEvent interface extends the lifetime of the install and activate events dispatched ...
- Web/API/ExtendableEvent/ExtendableEvent The ExtendableEvent() constructor creates a new ExtendableEvent object.
- Web/API/FetchEvent/FetchEvent The FetchEvent() constructor creates a new FetchEvent object.
- Web/API/InstallEvent The parameter passed into the oninstall handler, the InstallEvent interface represents an ...
- Web/API/InstallEvent/activeWorker The activeWorker read-only property of the InstallEvent interface returns the ServiceWorker that ...
- Web/API/InstallEvent/InstallEvent The InstallEvent() constructor creates a new InstallEvent object.
- Web/API/Navigator/serviceWorker The Navigator.serviceWorker read-only property returns the ServiceWorkerContainer object for the ...
- Web/API/NotificationEvent The parameter passed into the onnotificationclick handler, the NotificationEvent interface ...
- Web/API/NotificationEvent/action Returns the string ID of the notification button the user clicked. This value returns undefined ...
- Web/API/NotificationEvent/notification The notification read-only property of the NotificationEvent interface returns the Notification ...
- Web/API/NotificationEvent/NotificationEvent The NotificationEvent() constructor creates a new NotificationEvent object.
- Web/API/PeriodicSyncEvent The parameter passed into the sync handler, the PeriodicSyncEvent interface represents a ...
- Web/API/PeriodicSyncManager The PeriodicSyncManager interface of the the ServiceWorker API provides an interface for ...
- Web/API/PeriodicSyncRegistration The PeriodicSyncRegistration interface of the ServiceWorker API provides an object for managing ...
- Web/API/ServiceWorker The ServiceWorker interface of the ServiceWorker API provides a reference to a service worker. ...
- Web/API/ServiceWorker/onstatechange An EventListener property called whenever an event of type statechange is fired; it is basically ...
- Web/API/ServiceWorker/scriptURL Returns the ServiceWorker serialized script URL defined as part of ServiceWorkerRegistration. ...
- Web/API/ServiceWorker/state The state read-only property of the ServiceWorker interface returns a string representing the ...
- Web/API/ServiceWorkerContainer/controller The controller read-only property of the ServiceWorkerContainer interface returns a ...
- Web/API/ServiceWorkerContainer/getRegistration The getRegistration() method of the ServiceWorkerContainer interface gets a ...
- Web/API/ServiceWorkerContainer/getRegistrations The getRegistrations() method of the ServiceWorkerContainer interface returns all ...
- Web/API/ServiceWorkerContainer/oncontrollerchange The oncontrollerchange property of the ServiceWorkerContainer interface is an event handler ...
- Web/API/ServiceWorkerContainer/onerror The onerror property of the ServiceWorkerContainer interface is an event handler fired whenever ...
- Web/API/ServiceWorkerContainer/onmessage The onmessage property of the ServiceWorkerContainer interface is an event handler fired ...
- Web/API/ServiceWorkerContainer/ready The ready read-only property of the ServiceWorkerContainer interface defines whether a service ...
- Web/API/ServiceWorkerContainer/register The register() method of the ServiceWorkerContainer interface creates or updates a ...
- Web/API/ServiceWorkerGlobalScope/caches The ServiceWorkerGlobalScope.caches read-only property returns the CacheStorage object ...
- Web/API/ServiceWorkerGlobalScope/clients The clients read-only property of the ServiceWorkerGlobalScope interface returns the Clients ...
- Web/API/ServiceWorkerGlobalScope/onactivate The onactivate property of the ServiceWorkerGlobalScope interface is an event handler fired ...
- Web/API/ServiceWorkerGlobalScope/onfetch The onfetch property of the ServiceWorkerGlobalScope interface is an event handler fired ...
- Web/API/ServiceWorkerGlobalScope/oninstall The oninstall property of the ServiceWorkerGlobalScope interface is an event handler fired ...
- Web/API/ServiceWorkerGlobalScope/onmessage The ServiceWorkerGlobalScope.onmessage event of the ServiceWorkerGlobalScope interface is called ...
- Web/API/ServiceWorkerGlobalScope/onpush The ServiceWorkerGlobalScope.onpush event of the ServiceWorkerGlobalScope interface is fired ...
- Web/API/ServiceWorkerGlobalScope/registration The registration read-only property of the ServiceWorkerGlobalScope interface returns a ...
- Web/API/ServiceWorkerGlobalScope/skipWaiting The ServiceWorkerGlobalScope.skipWaiting() method of the ServiceWorkerGlobalScope forces the ...
- Web/API/ServiceWorkerRegistration/getNotifications The getNotifications() method of the ServiceWorkerRegistration interface returns a list of the ...
- Web/API/ServiceWorkerRegistration/showNotification The showNotification() method of the ServiceWorkerRegistration interface creates a notification ...
- Web/API/ServiceWorkerState The ServiceWorkerState is associated with its ServiceWorker 's state.
- Web/API/Service_Worker_API/Using_Service_Workers One overriding problem that web users have suffered with for years is loss of connectivity. The ...
- Web/API/SyncEvent The SyncEvent interface represents a sync action that is dispatched on the ...
- Web/API/SyncEvent/lastChance The SyncEvent.lastChance read-only property of the SyncEvent interface returns true if the user ...
- Web/API/SyncEvent/SyncEvent The SyncEvent() constructor creates a new SyncEvent object.
- Web/API/SyncEvent/tag The SyncEvent.tag read-only property of the SyncEvent interface returns the developer-defined ...
- Web/API/SyncManager The SyncManager interface of the the ServiceWorker API provides an interface for registering and ...
- Web/API/SyncManager/getTags The SyncManager.getTags method of the SyncManager interface returns a list of developer-defined ...
- Web/API/SyncManager/register The SyncManager.register method of the SyncManager interface returns a Promise that resolves to ...
- Web/API/SyncRegistration The SyncRegistration interface of the the ServiceWorker API provides an object for managing ...
- Web/API/SyncRegistration/tag The tag read-only property of the SyncRegistration interface provides the unique identifier of ...
- Web/API/SyncRegistration/unregister The unregister() method of the SyncRegistration interface returns a Promise that resolves to a ...
- Web/API/Window/caches The Window.caches read-only property returns the CacheStorage object associated with the current ...
- Web/API/WindowClient The WindowClient interface of the ServiceWorker API represents the scope of a service worker ...
- Web/API/WindowClient/focused The focused read-only property of the WindowClient interface is a Boolean that indicates whether ...
- Web/API/WindowClient/visibilityState The visibilityState read-only property of the WindowClient interface indicates the visibility of ...