Skip to content

Instantly share code, notes, and snippets.

@kt3k
Created April 28, 2021 02:58
Show Gist options
  • Save kt3k/b2cd9cd826c1d4790a0210909cef317f to your computer and use it in GitHub Desktop.
Save kt3k/b2cd9cd826c1d4790a0210909cef317f to your computer and use it in GitHub Desktop.
fetch deploy error repro
self.addEventListener("fetch", (event) => {
event.respondWith(fetch('http://google.com'))
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment