From 76edc5bad88a2c97d79e689c5b20b8de8ca179ea Mon Sep 17 00:00:00 2001 From: schneefux Date: Thu, 14 Jun 2018 20:36:17 +0200 Subject: Remove PWA again --- dist/workbox-v3.2.0/workbox-cacheable-response.prod.js | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 dist/workbox-v3.2.0/workbox-cacheable-response.prod.js (limited to 'dist/workbox-v3.2.0/workbox-cacheable-response.prod.js') diff --git a/dist/workbox-v3.2.0/workbox-cacheable-response.prod.js b/dist/workbox-v3.2.0/workbox-cacheable-response.prod.js deleted file mode 100644 index 4f7d5bc..0000000 --- a/dist/workbox-v3.2.0/workbox-cacheable-response.prod.js +++ /dev/null @@ -1,3 +0,0 @@ -this.workbox=this.workbox||{},this.workbox.cacheableResponse=function(t){"use strict";try{self.workbox.v["workbox:cacheable-response:3.2.0"]=1}catch(t){}class s{constructor(t={}){this.t=t.statuses,this.s=t.headers}isResponseCacheable(t){let s=!0;return this.t&&(s=this.t.includes(t.status)),this.s&&s&&(s=Object.keys(this.s).some(s=>t.headers.get(s)===this.s[s])),s}}return t.CacheableResponse=s,t.Plugin=class{constructor(t){this.e=new s(t)}cacheWillUpdate({response:t}){return this.e.isResponseCacheable(t)?t:null}},t}({}); - -//# sourceMappingURL=workbox-cacheable-response.prod.js.map -- cgit v1.3.1