We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to set ignoreVary for matching cache in ?
The text was updated successfully, but these errors were encountered:
check vite-pwa/sveltekit#65 (comment)
Sorry, something went wrong.
@userquin I tried adding the Workbox ignoreVary option, but that didn't help:
urlPattern: /^regexPattern$/, handler: 'NetworkFirst', options: { cacheName: 'api', expiration: { maxEntries: 500, maxAgeSeconds: 60 * 60 * 24 * 365 * 2, matchOptions: { ignoreVary: true } }, cacheableResponse: { statuses: [0, 200] } }
Did i miss something ?
No branches or pull requests
How to set ignoreVary for matching cache in ?
The text was updated successfully, but these errors were encountered: