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 (2 loc) 250 B
export type { BackgroundSyncQueueOptions as QueueOptions, BackgroundSyncQueueEntry as QueueEntry } from "serwist"; export { BackgroundSyncPlugin, BackgroundSyncQueue as Queue, BackgroundSyncQueueStore as QueueStore, StorableRequest } from "serwist";