UNPKG

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.

17 lines (16 loc) 482 B
export function registerMirroring(options?: { serviceWorkerController: import("../service-worker-controller/service-worker-controller.js").ServiceWorkerController; fallbackPages: { pages: Array<string | { url: string; revision: string; }>; }; }): void; export function defineMirroringConfiguration(configuration: any): { urls: any[]; excludeByPath: any; timeout: any; strategy: any; setRepressHeaders: any; };