Urara-Blog/node_modules/.pnpm-store/v3/files/14/0da0886948724a8ebbbf0701a2e6d0718cfa84f5157a9ae4002f83d6836228f3bb2125bcea5f28629219a6fb2f300e0be906681c7b1f6df18f71bd24346ef4
2022-08-14 01:14:53 +08:00

10 lines
289 B
Text

import '../_version.js';
/**
* Runs all of the callback functions, one at a time sequentially, in the order
* in which they were registered.
*
* @memberof workbox-core
* @private
*/
declare function executeQuotaErrorCallbacks(): Promise<void>;
export { executeQuotaErrorCallbacks };