UNPKG

@serwist/background-sync

Version:

A module that queues failed requests and uses the Background Synchronization API to replay them when the network is available.

3 lines 285 B
export type { BackgroundSyncQueueEntry as QueueEntry, BackgroundSyncQueueOptions as QueueOptions } from "serwist"; export { BackgroundSyncPlugin, BackgroundSyncQueue as Queue, BackgroundSyncQueueStore as QueueStore, StorableRequest } from "serwist"; //# sourceMappingURL=index.d.ts.map