Files
feedstr.live/node_modules/workbox-core/registerQuotaErrorCallback.d.ts
T
2023-11-25 18:12:47 -05:00

11 lines
305 B
TypeScript

import './_version.js';
/**
* Adds a function to the set of quotaErrorCallbacks that will be executed if
* there's a quota error.
*
* @param {Function} callback
* @memberof workbox-core
*/
declare function registerQuotaErrorCallback(callback: Function): void;
export { registerQuotaErrorCallback };