hexo/node_modules/workbox-core/registerQuotaErrorCallback....

11 lines
305 B
TypeScript
Raw Normal View History

2023-09-25 15:58:56 +08:00
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 };