workbox-navigation-preload
Advanced tools
Comparing version 7.0.0 to 7.1.0
@@ -5,2 +5,3 @@ this.workbox = this.workbox || {}; | ||
// @ts-ignore | ||
try { | ||
@@ -23,3 +24,2 @@ self['workbox:navigation-preload:7.0.0'] && _(); | ||
*/ | ||
function isSupported() { | ||
@@ -41,3 +41,2 @@ return Boolean(self.registration && self.registration.navigationPreload); | ||
*/ | ||
function disable() { | ||
@@ -76,3 +75,2 @@ if (isSupported()) { | ||
*/ | ||
function enable(headerValue) { | ||
@@ -86,3 +84,2 @@ if (isSupported()) { | ||
} | ||
{ | ||
@@ -106,3 +103,3 @@ logger_js.logger.log(`Navigation preload is enabled.`); | ||
}({}, workbox.core._private)); | ||
})({}, workbox.core._private); | ||
//# sourceMappingURL=workbox-navigation-preload.dev.js.map |
{ | ||
"name": "workbox-navigation-preload", | ||
"version": "7.0.0", | ||
"version": "7.1.0", | ||
"license": "MIT", | ||
@@ -25,5 +25,5 @@ "author": "Google's Web DevRel Team", | ||
"dependencies": { | ||
"workbox-core": "7.0.0" | ||
"workbox-core": "7.1.0" | ||
}, | ||
"gitHead": "c1d11636823e5e3a89520f7a531970a39304b14a" | ||
"gitHead": "9e69c4269c35e2db9fbba4d13e4e6206c7b66d2a" | ||
} |
// @ts-ignore | ||
try{self['workbox:navigation-preload:7.0.0']&&_()}catch(e){} | ||
try{self['workbox:navigation-preload:7.1.0']&&_()}catch(e){} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
54871
393
+ Addedworkbox-core@7.1.0(transitive)
- Removedworkbox-core@7.0.0(transitive)
Updatedworkbox-core@7.1.0