You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue or Feature Request Description:
According to the docs (https://developers.google.com/web/tools/workbox/reference-docs/latest/workbox.core) registerQuotaErrorCallback should be (a public) part of workbox.core, but it is actually hidden under workbox.core._private (at least for v3.4.1). This makes it a bit hard to use as part of custom cache handling.
The text was updated successfully, but these errors were encountered:
Library Affected:
workbox-core
Browser & Platform:
all browsers
Issue or Feature Request Description:
According to the docs (https://developers.google.com/web/tools/workbox/reference-docs/latest/workbox.core) registerQuotaErrorCallback should be (a public) part of workbox.core, but it is actually hidden under workbox.core._private (at least for v3.4.1). This makes it a bit hard to use as part of custom cache handling.
The text was updated successfully, but these errors were encountered: