MediaWiki:PWA-your PWA's name-serviceWorker.js: Revision history

From Halachipedia

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

27 March 2024

  • curprev 03:1003:10, 27 March 2024YitzchakSultan1 talk contribs 270 bytes +270 Created page with "self.addEventListener("install", event => { console.log("Service worker installed"); }); self.addEventListener("activate", event => { console.log("Service worker activated"); }); self.addEventListener("fetch", event => { console.log("Service worker fetch"); });"