📄 clientsClaim.d.ts
/home/palash/git/site/node_modules/workbox-core/clientsClaim.d.ts
Language: ts • Lines: 9
import './_version.js';
/**
 * Claim any currently available clients once the service worker
 * becomes active. This is normally used in conjunction with `skipWaiting()`.
 *
 * @memberof workbox-core
 */
declare function clientsClaim(): void;
export { clientsClaim };