mirror of https://github.com/jkjoy/sunpeiwen.git
11 lines
315 B
TypeScript
11 lines
315 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 };
|