UNPKG

@webrecorder/awp-sw

Version:

This library has been factored out of [ArchiveWeb.page](https://webrecorder/archiveweb.page) and represents the core service worker implementation necessarily for high-fidelity web archiving.

9 lines (7 loc) 291 B
declare const __SW_NAME__: string; declare const __WARCIO_VERSION__: string; declare const __AWP_VERSION__: string; declare const __VERSION__: string; declare const __WEB3_STORAGE_TOKEN__: string; // eslint-disable-next-line @typescript-eslint/no-explicit-any declare type TODOFixMe = any;