source: frontend/node_modules/workbox-core/clientsClaim.d.ts

Last change on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 11 days ago

Fix frontend appearance

  • Property mode set to 100644
File size: 268 bytes
Line 
1import './_version.js';
2/**
3 * Claim any currently available clients once the service worker
4 * becomes active. This is normally used in conjunction with `skipWaiting()`.
5 *
6 * @memberof workbox-core
7 */
8declare function clientsClaim(): void;
9export { clientsClaim };
Note: See TracBrowser for help on using the repository browser.