chromium/third_party/blink/web_tests/external/wpt/storage/resources/worker.js

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