mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-06 10:29:13 +08:00
10 lines
305 B
Text
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 };
|