We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f70db07 commit 6479ba7Copy full SHA for 6479ba7
src/_javascript/serviceworker/cleanup.js
@@ -3,7 +3,7 @@ addEventListener("message", messageEvent => {
3
{
4
for ( let key in sw_caches )
5
6
- if ( sw_caches[key].limit != undefined )
+ if ( sw_caches[key].limit !== undefined )
7
8
trimCache( sw_caches[key].name, sw_caches[key].limit );
9
}
0 commit comments