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

Future: consider exposing SharedArrayBuffer again #5380

Open
annevk opened this issue Mar 20, 2020 · 0 comments
Open

Future: consider exposing SharedArrayBuffer again #5380

annevk opened this issue Mar 20, 2020 · 0 comments
Labels
integration Better coordination across standards needed

Comments

@annevk
Copy link
Member

annevk commented Mar 20, 2020

Filing this as a tracking issue for the future that can also be used as a reference from tests (see web-platform-tests/wpt#22358). The idea is to eventually unconditionally expose the SharedArrayBuffer constructor.

#4732 (comment) has rationale for why that is not done from the get-go.

pull bot pushed a commit to luojiguicai/chromium that referenced this issue Apr 22, 2021
The SharedArrayBuffer constructor is not exposed anymore in non
cross-origin-isolated contexts. Trying to use it throws, instead of
raising a warning. For creating a SharedArrayBuffer and testing the
devtools issue, we need to use the trick from
whatwg/html#5380.

Bug: 1194226
Change-Id: I622e5857af4de89e726aadc3731bc5a0df0e91f2
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2843329
Commit-Queue: Antonio Sartori <antoniosartori@chromium.org>
Reviewed-by: Sigurd Schneider <sigurds@chromium.org>
Cr-Commit-Position: refs/heads/master@{#875074}
mjfroman pushed a commit to mjfroman/moz-libwebrtc-third-party that referenced this issue Oct 14, 2022
The SharedArrayBuffer constructor is not exposed anymore in non
cross-origin-isolated contexts. Trying to use it throws, instead of
raising a warning. For creating a SharedArrayBuffer and testing the
devtools issue, we need to use the trick from
whatwg/html#5380.

Bug: 1194226
Change-Id: I622e5857af4de89e726aadc3731bc5a0df0e91f2
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2843329
Commit-Queue: Antonio Sartori <antoniosartori@chromium.org>
Reviewed-by: Sigurd Schneider <sigurds@chromium.org>
Cr-Commit-Position: refs/heads/master@{#875074}
GitOrigin-RevId: 5bbe2a305de0e9dabff0fed4c4a347de657e35be
@annevk annevk added the integration Better coordination across standards needed label Feb 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
integration Better coordination across standards needed
Development

No branches or pull requests

1 participant