Urara-Blog/node_modules/.pnpm-store/v3/files/c4/542161af0228402c00f8b2e426a5221761288cf37c8bbc760aba25a5894e362a3accc782ed39755745852e9744fbf445b557106a9ae3e39fff132defcf793d
2022-08-14 01:14:53 +08:00

10 lines
305 B
Text

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 };