Created
October 28, 2019 14:22
-
-
Save thepassle/f2009b8fe5902a5e85d84c7517ce2e29 to your computer and use it in GitHub Desktop.
skipwaiting12
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 => { | |
// ready to handle requests! | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment