MCPcopy Index your code
hub / github.com/leaningtech/webvm / serviceWorker.js

File serviceWorker.js

serviceWorker.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1async function handleFetch(request) {
2 // Perform the original fetch request and store the result in order to modify the response.
3 try {
4 var r = await fetch(request);

Callers

nothing calls this directly

Calls 2

serviceWorkerInitFunction · 0.85
serviceWorkerRegisterFunction · 0.85

Tested by

no test coverage detected