[Webkit-unassigned] [Bug 238442] SharedArrayBuffers do not get cloned on some messaging APIs

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 13 15:58:21 PDT 2022


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

--- Comment #2 from Ahmad Saleem <zlip.792 at gmail.com> ---
All browsers result:

*** Safari 16 on macOS 12.6 ***

from worker - SharedArrayBuffer (length 10)
from broadcast - ArrayBuffer (length 10)
from port - ArrayBuffer (length 10)

*** Safari Technology Preview 153 ***

from worker - SharedArrayBuffer (length 10)
from broadcast - ArrayBuffer (length 10)
from port - ArrayBuffer (length 10)

*** Chrome Canary 107 ***

from worker - SharedArrayBuffer (length 10)
from broadcast - null
from port - SharedArrayBuffer (length 10)

*** Firefox Nightly 106 ***

Did not get anything in Console

_______

Just wanted to share updated status. Thanks!

-- 
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/20220913/3e844289/attachment.htm>


More information about the webkit-unassigned mailing list