[Webkit-unassigned] [Bug 243342] Atomics are unavailable without the COOP/COEP headers

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 29 08:36:39 PDT 2022


https://bugs.webkit.org/show_bug.cgi?id=243342

--- Comment #2 from Ryan Reno <rreno at apple.com> ---
(In reply to Ryan Reno from comment #0)
> window.Atomics is undefined without the COOP/COEP headers. Those headers are
> meant to help secure usage of SharedArrayBuffer. However, Atomics should
> work with regular ArrayBuffer which is available without those headers.

To be clear: I believe those headers are for more general security but in the context of the availability of Atomics, SharedArrayBuffer is disabled without the headers. It seems that Atomics is likewise disabled without the headers which means they cannot be used with normal ArrayBuffer.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20220729/2b444926/attachment.htm>


More information about the webkit-unassigned mailing list