Created
September 15, 2021 07:20
-
-
Save gyf304/cb12b7cd16bceb3ba758484d8c3faf0e to your computer and use it in GitHub Desktop.
Minimal PWA Service Worker
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', function() { | |
| return; | |
| }); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment