-
-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
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
Discuss requirement of cross-origin isolated #45
Comments
There are apparently discussions about removing the restrictions for SharedArrayBuffer:
|
Minor relaxation: https://github.com/WICG/credentiallessness |
related: whatwg/html#6364 |
moved to: #60 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
maplibre-rs currently requires that the host site, which runs maplibre-rs needs to be "corss-origin isolated". This is a quite strict requirement: https://web.dev/coop-coep/
The reason for this requirement is the usage of
SharedArrayBuffer
. I see three possible solutions for this problem:SharedArrayBuffer
are lowered in the next 2 years.More Info: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/SharedArrayBuffer/Planned_changes
The text was updated successfully, but these errors were encountered: