source: frontend/node_modules/workbox-core/skipWaiting.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: 264 bytes
Line 
1import './_version.js';
2/**
3 * This method is deprecated, and will be removed in Workbox v7.
4 *
5 * Calling self.skipWaiting() is equivalent, and should be used instead.
6 *
7 * @memberof workbox-core
8 */
9declare function skipWaiting(): void;
10export { skipWaiting };
Note: See TracBrowser for help on using the repository browser.