Skip to content

Instantly share code, notes, and snippets.

View EnetoJara's full-sized avatar
🐼
I may be slow to respond.

Ernesto Jara Olveda EnetoJara

🐼
I may be slow to respond.
View GitHub Profile
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();