451-tools
Version:
Censorship resilient and distributed publishing: informed by the needs of publishers and their audiences, More Mirrors implements a set of offline fallback strategies for censorship resilient websites.
9 lines (8 loc) • 371 B
TypeScript
export function defineCachingStrategiesConfiguration(cachingStrategies: any): any;
export function registerCachingStrategies(options?: {
serviceWorkerController: import("../service-worker-controller/service-worker-controller.js").ServiceWorkerController;
cachingStrategies: Array<string | {
urlPattern: string;
strategy: string;
}>;
}): void;