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
{{ message }}
This repository has been archived by the owner on Jan 23, 2021. It is now read-only.
Hello everyone, i'm trying to use sw-precache on my project, but im currently struggling with the navigateFallback and navigateFallbackWhitelist.
For my static assets everything works fine, but I have a resource wich is used to download files, which should not be served by the service worker.
So I have paths like /.js, /.css, etc., wich should be cached, but everything behind /attachments/someID/download shouldn't.
In my understanding I would need more something like navigateFallbackBlacklist (as negation is not supported anymore by glob).
The text was updated successfully, but these errors were encountered:
Hello everyone, i'm trying to use sw-precache on my project, but im currently struggling with the navigateFallback and navigateFallbackWhitelist.
For my static assets everything works fine, but I have a resource wich is used to download files, which should not be served by the service worker.
So I have paths like /.js, /.css, etc., wich should be cached, but everything behind /attachments/someID/download shouldn't.
In my understanding I would need more something like navigateFallbackBlacklist (as negation is not supported anymore by glob).
The text was updated successfully, but these errors were encountered: