[Webkit-unassigned] [Bug 262531] Safari v17 breaks `postMessage` with `ReadableStream`
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Oct 3 02:49:43 PDT 2023
https://bugs.webkit.org/show_bug.cgi?id=262531
--- Comment #2 from Pascal Schilp <pascalschilp at gmail.com> ---
Its reproducible via:
const stream = new ReadableStream({
start (controller) {
controller.close()
},
})
structuredClone(stream, { transfer: [stream] })
--
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/20231003/30bec708/attachment.htm>
More information about the webkit-unassigned
mailing list