Skip to content

Instantly share code, notes, and snippets.

View LearnWithQaium's full-sized avatar

LearnWithQaium

  • Joined Apr 22, 2026
View GitHub Profile
const CACHE_NAME = "academy-pwa-v1";
const urlsToCache = [
"/",
"/index.html"
];
// Install
self.addEventListener("install", event => {
event.waitUntil(