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
It would be a nice if the addon accepts a regExp in the includePaths parameter of config/environment:
with output toolbox.router.any(/google.com/, toolbox.cacheFirst);
The text was updated successfully, but these errors were encountered:
@beatrizdemiguelperez this is now available in the new version (0.1.0). Regular Expressions can now be used for the new cacheFirstURLs, cacheOnlyURLs, fastestURLs and networkFirstURLs options. For your use case, you would specify the following:
It would be a nice if the addon accepts a regExp in the includePaths parameter of config/environment:
with output toolbox.router.any(/google.com/, toolbox.cacheFirst);
The text was updated successfully, but these errors were encountered: