MCPcopy
hub / github.com/vitest-dev/vitest / service-worker.js

File service-worker.js

test/browser/fixtures/mocking/service-worker.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1self.addEventListener("install", (event) => {
2 event.waitUntil(self.skipWaiting());
3});
4

Callers

nothing calls this directly

Calls 3

fetchFunction · 0.85
addEventListenerMethod · 0.80
postMessageMethod · 0.45

Tested by

no test coverage detected