disable.d.ts 210 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 import './_version.js'; /** * If the browser supports Navigation Preload, then this will disable it. * * @memberof module:workbox-navigation-preload */ declare function disable(): void; export { disable };