GoogleChromeLabs / sw-toolbox

[Deprecated] A collection of service worker tools for offlining runtime requests
https://developers.google.com/web/tools/workbox/guides/migrations/migrate-from-sw
Apache License 2.0
3.62k stars 331 forks source link

toolbox.routes.any for post with networkFirst method #244

Open krishnasaga opened 7 years ago

krishnasaga commented 7 years ago

What will toolbox.routes.any(/somethog/,toolbox.networkFirst); will do if /something/ is post. Will it cache the response and url pairs ?