Articles tagged: FetchEvent
Found 7 documents
- Web/API/FetchEvent The parameter passed into the ServiceWorkerGlobalScope.onfetch handler, FetchEvent represents a ...
- Web/API/FetchEvent/client The FetchEvent.client read-only property returns the Client that the current service worker is ...
- Web/API/FetchEvent/clientId The clientId read-only property of the FetchEvent returns the id of the Client that the current ...
- Web/API/FetchEvent/FetchEvent The FetchEvent() constructor creates a new FetchEvent object.
- Web/API/FetchEvent/isReload The isReload read-only property of the FetchEvent interface returns true if the event was ...
- Web/API/FetchEvent/request The request read-only property of the FetchEvent interface returns the Request that triggered ...
- Web/API/FetchEvent/respondWith The respondWith() method of the FetchEvent interface is intended for containing code that ...