UNPKG

workbox-core

Version:

This module is used by a number of the other Workbox modules to share common code.

11 lines (10 loc) 289 B
import '../_version.js'; /** * Runs all of the callback functions, one at a time sequentially, in the order * in which they were registered. * * @memberof workbox-core * @private */ declare function executeQuotaErrorCallbacks(): Promise<void>; export { executeQuotaErrorCallbacks };