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
importScripts( | |
"https://storage.googleapis.com/workbox-cdn/releases/6.0.2/workbox-sw.js" | |
); | |
// Note: Ignore the error that Glitch raises about workbox being undefined. | |
workbox.setConfig({ | |
debug: true, | |
}); | |
self.skipWaiting(); |
OlderNewer