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
The urlPattern in runtimeCaching and the pageURLPattern option, both only accept strings.
The docs for pagesURLPattern suggest it accepts either a string or a RegEx, but this does not work.
There are no examples for a runtimeCaching object other than under "Adding custom runtimeCaching items for CDN".
Workbox itself accepts RegEx, string or match function.
The text was updated successfully, but these errors were encountered:
The
urlPattern
inruntimeCaching
and thepageURLPattern
option, both only accept strings.The docs for pagesURLPattern suggest it accepts either a string or a RegEx, but this does not work.
There are no examples for a runtimeCaching object other than under "Adding custom runtimeCaching items for CDN".
Workbox itself accepts RegEx, string or match function.
The text was updated successfully, but these errors were encountered: