[Webkit-unassigned] [Bug 171419] Serializing and deserializing SharedArrayBuffer

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 9 07:26:15 PDT 2021


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

--- Comment #2 from Chris Dumez <cdumez at apple.com> ---
(In reply to Yusuke Suzuki from comment #1)
> @Chris
> I opened
> https://w3c-test.org/html/infrastructure/safe-passing-of-structured-data/
> shared-array-buffers/serialization-via-history.https.html and it said there
> is no SharedArrayBuffer.
> Are some headers missing?

I see:
assert_throws_dom: function "() => { history[method](new SharedArrayBuffer(), "dummy title"); }" did not throw

The subtests are failing for me but not due to lack of SharedArrayBuffer support.

>From Web Inspector, I can see that the test is serving the COOP+COEP headers:
Cross-Origin-Embedder-Policy: require-corp
Cross-Origin-Opener-Policy: same-origin

@Yusuke, I've enabled COOP + COEP by default only very recently. Maybe you tested on a build that didn't have them enabled yet?

-- 
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/20210909/96047544/attachment.htm>


More information about the webkit-unassigned mailing list