Urara-Blog/node_modules/.pnpm-store/v3/files/da/c666b78c5912af0a7765f4ff9391f9a3cb14e4c0c9017c06fcb13a44ccb8db0dc7ea9f7ba0bf301c148b59d6a6385bbe8dfb0ac7ed56216188a6c7d18c924e
2022-08-14 01:14:53 +08:00

13 lines
528 B
Text

import './_version.js';
/**
* If the browser supports Navigation Preload, then this will enable it.
*
* @param {string} [headerValue] Optionally, allows developers to
* [override](https://developers.google.com/web/updates/2017/02/navigation-preload#changing_the_header)
* the value of the `Service-Worker-Navigation-Preload` header which will be
* sent to the server when making the navigation request.
*
* @memberof workbox-navigation-preload
*/
declare function enable(headerValue?: string): void;
export { enable };