Created
April 28, 2021 02:58
-
-
Save kt3k/b2cd9cd826c1d4790a0210909cef317f to your computer and use it in GitHub Desktop.
fetch deploy error repro
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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