|
Last change
on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 11 days ago |
|
Fix frontend appearance
|
-
Property mode
set to
100644
|
|
File size:
305 bytes
|
| Line | |
|---|
| 1 | import './_version.js';
|
|---|
| 2 | /**
|
|---|
| 3 | * Adds a function to the set of quotaErrorCallbacks that will be executed if
|
|---|
| 4 | * there's a quota error.
|
|---|
| 5 | *
|
|---|
| 6 | * @param {Function} callback
|
|---|
| 7 | * @memberof workbox-core
|
|---|
| 8 | */
|
|---|
| 9 | declare function registerQuotaErrorCallback(callback: Function): void;
|
|---|
| 10 | export { registerQuotaErrorCallback };
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.