summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/storage/resources/worker.js
blob: 9271c769b25d73c571d553bccd9ac48c8b4b7f39 (plain)
1
2
3
// Dummy service worker to observe some weight when querying the storage usage
// details from of the service worker from estimate().
globalThis.oninstall = e => {};