Skip to content

Commit

Permalink
renamed service worker to ensure that it doesn't get launched by Chrome
Browse files Browse the repository at this point in the history
  • Loading branch information
jmoenig committed Oct 8, 2024
1 parent dc66de3 commit 717165f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

## in development:

### 2024-10-08:
* renamed service worker to ensure that it doesn't get launched by Chrome

## 10.0.11:
* **Notable Changes:**
* disabled pwa service worker in an attempt to address reporterd Chrome v129 memory issue
Expand Down
4 changes: 4 additions & 0 deletions sw.js → sw_deactivated.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/*
the PWA service worker is currently not used because of a memory leak
issue introduced in Chrome v129
*/
var snapVersion = '10.0.11', // currently unused
cacheName = `snap-pwa-${snapVersion}`,
filesToCache = [
Expand Down

0 comments on commit 717165f

Please sign in to comment.