Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1
async
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
serviceWorkerInit
Function · 0.85
serviceWorkerRegister
Function · 0.85
Tested by
no test coverage detected