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.

5 lines (4 loc) 163 B
export { Signer } from "./keystore"; export { RecordingCollections } from "./recproxy"; export { Downloader } from "./downloader"; export { ExtAPI } from "./api";