UNPKG

serwist

Version:

A Swiss Army knife for service workers.

6 lines 241 B
/** * Claims any currently available clients once the service worker * becomes active. This is normally used in conjunction with `skipWaiting()`. */ export declare const clientsClaim: () => void; //# sourceMappingURL=clientsClaim.d.ts.map