Dexter Siah
Dexter Siah
Hi can I get any update on this please? Thank you
> add those routes to the `workbox.navigateFallbackDenylist` array The routes are in the endpoint which I'm trying to retrieve the resource or the page route that is calling the endpoint?
> https://dummyjson.com/* This first line is not a urlPattern. Here is something that work for me > > ``` > { > urlPattern: ({ url, sameOrigin }) => sameOrigin &&...
> Hey again! I'm a amateur, but have worked a lot to get the caching to work.[1](#user-content-fn-1-4b2211941ed45a0e00572aa1fdb9ee2e) > > I have made two reproduction-repos: > > 1. [nuxt3-pwa-offline](https://github.com/lovkyndig/nuxt3-pwa-offline) > >...
Thanks for the effort to explain @lovkyndig I'll take a look and try reimplement this on my project. 👍