Sign in
chromium
/
external
/
w3c
/
web-platform-tests.git
/
refs/heads/DOMParser-interface
/
.
/
storage
/
resources
/
worker.js
blob: 9271c769b25d73c571d553bccd9ac48c8b4b7f39 [
file
] [
log
] [
blame
] [
edit
]
// Dummy service worker to observe some weight when querying the storage usage
// details from of the service worker from estimate().
globalThis
.
oninstall
=
e
=>
{};