ktongue's picture
download
raw
649 Bytes
import { disable } from './disable.js';
import { enable } from './enable.js';
import { isSupported } from './isSupported.js';
import './_version.js';
interface NavigationPreloadState {
enabled?: boolean;
headerValue?: string;
}
interface NavigationPreloadManager {
disable(): Promise<void>;
enable(): Promise<void>;
getState(): Promise<NavigationPreloadState>;
setHeaderValue(value: string): Promise<void>;
}
declare global {
interface ServiceWorkerRegistration {
readonly navigationPreload: NavigationPreloadManager;
}
}
/**
* @module workbox-navigation-preload
*/
export { disable, enable, isSupported };

Xet Storage Details

Size:
649 Bytes
·
Xet hash:
d37a715e7db8ce2a097d507136b0cd8b2d44ab89b95d375bf38ce64af7e509ee

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.