UNPKG

workbox-core

Version:

This module is used by a number of the other Workbox modules to share common code.

11 lines (10 loc) 264 B
import './_version.js'; /** * This method is deprecated, and will be removed in Workbox v7. * * Calling self.skipWaiting() is equivalent, and should be used instead. * * @memberof workbox-core */ declare function skipWaiting(): void; export { skipWaiting };