@enplug/sdk-player
Advanced tools
Comparing version 0.9.9 to 0.9.10
{ | ||
"name": "@enplug/sdk-player", | ||
"version": "0.9.9", | ||
"version": "0.9.10", | ||
"description": "Enplug Player SDK", | ||
@@ -5,0 +5,0 @@ "main": "./src/index.ts", |
@@ -88,2 +88,8 @@ /** | ||
for (const noCacheUrl of config.noCacheUrls) { | ||
if (event.request.url.indexOf(noCacheUrl) >= 0) { | ||
return false; | ||
} | ||
} | ||
console.log(`[<% app_name %>|enplug-offline-worker] URL to cache: ${cacheUrl}`); | ||
@@ -90,0 +96,0 @@ var cacheRequest = new Request(cacheUrl, { |
96556
20
1132
2