Expand description
The service worker manager persists the descriptor of any registered service workers. It also stores an active workers map, which holds descriptors of running service workers. If an active service worker timeouts, then it removes the descriptor entry from its active_workers map
Structsยง
- Service
Worker ๐ - https://w3c.github.io/ServiceWorker/#dfn-service-worker
- Service
Worker Manager - A structure managing all registrations and workers for a given origin.
- Service
Worker ๐Registration - https://w3c.github.io/ServiceWorker/#service-worker-registration-concept
Enumsยง
- Message ๐
- Registration
Update ๐Target - When updating a registration, which worker are we targetting?