Skip to content
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

[Deprecation] SharedArrayBuffer will require cross-origin isolation as of M91, around May 2021 #5322

Closed
daniel-wer opened this issue Mar 22, 2021 · 2 comments
Assignees

Comments

@daniel-wer
Copy link
Member

Context

This warning is printed when opening the tracing view: [Deprecation] SharedArrayBuffer will require cross-origin isolation as of M91, around May 2021. See https://developer.chrome.com/blog/enabling-shared-array-buffer/ for more details.
I didn't find any usages of SharedArrayBuffer on first glance, but somehow this deprecation warning is printed. We should check why and mitigate if necessary.

Your Environment for bug

  • Browser name and version: Chrome 89
@daniel-wer
Copy link
Member Author

SharedArrayBuffer is only used by React. According to facebook/react#20829 this deprecation won't result in a breaking change. It was fixed in version 17.0.2, so we'll get it once we update React the next time.
I'll close this issue as there is no need to do something about it. (/cc @philippotto)

@philippotto
Copy link
Member

Great, thank you for investigating!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants