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
Using this vercel config (basically enabling the headers to access SharedArrayBuffers), makes it impossible to use the service worker somehow.
"headers": [ { "source": "/(.*)", "headers": [ { "key": "Cross-Origin-Embedder-Policy", "value": "require-corp" }, { "key": "Cross-Origin-Opener-Policy", "value": "same-origin" } ] } ],
It registers but then throws:
uncaught (in promise) TypeError: Type error sw.js:1
The text was updated successfully, but these errors were encountered:
@Sceat provide minimal reproduction (and context 🙏 )
Sorry, something went wrong.
No branches or pull requests
Using this vercel config (basically enabling the headers to access SharedArrayBuffers), makes it impossible to use the service worker somehow.
It registers but then throws:
The text was updated successfully, but these errors were encountered: