Source code

Revision control

Copy as Markdown

Other Tools

// Dummy service worker to observe some weight when querying the storage usage
// details from of the service worker from estimate().
globalThis.oninstall = e => {};