Welcome to the New Wiki

Please let us know if anything looks out of place.

MediaWiki:PWA-Walkscape Wiki-serviceWorker.js: Revision history

From Walkscape Walkthrough

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.

8 January 2025

7 January 2025

  • curprev 12:4112:41, 7 January 2025Falarikae 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"); });"