📄 executeQuotaErrorCallbacks.d.ts
/home/palash/git/site/node_modules/workbox-core/_private/executeQuotaErrorCallbacks.d.ts
Language: ts • Lines: 10
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 };