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:
I'm trying to create a custom plugin, and I can't get a hold on on HandlerDidErrorCallbackParam
Other callback params are exported (HandlerWillStartCallbackParam etc..).
exportclassOfflineFallbackWithLocaleimplementsWorkboxPlugin{// @ts-expect-error - HandlerDidErrorCallbackParam is not exportedasynchandlerDidError(param: any){//custom logic for offline pagereturnthis._precacheController.matchPrecache(this._fallbackURL)}}
Although we could do object destructuring immediately
Library Affected:
workbox-precaching
Browser & Platform:
"all browsers".*
Issue or Feature Request Description:
I'm trying to create a custom plugin, and I can't get a hold on on
HandlerDidErrorCallbackParam
Other callback params are exported (
HandlerWillStartCallbackParam
etc..).Although we could do object destructuring immediately
The text was updated successfully, but these errors were encountered: