Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: fa1d314c98274376e53ae8e694f7dc3490667833
https://github.com/WebKit/WebKit/commit/fa1d314c98274376e53ae8e694f7dc3490667833
Author: Youenn Fablet <[email protected]>
Date: 2026-02-06 (Fri, 06 Feb 2026)
Changed paths:
M
LayoutTests/imported/w3c/web-platform-tests/streams/transferable/deserialize-error.window-expected.txt
M
LayoutTests/imported/w3c/web-platform-tests/streams/transferable/transfer-with-messageport.window-expected.txt
M
LayoutTests/imported/w3c/web-platform-tests/streams/transferable/writable-stream-expected.txt
M Source/WebCore/Modules/streams/ReadableStream.cpp
M Source/WebCore/Modules/streams/StreamPipeToUtilities.cpp
M Source/WebCore/Modules/streams/StreamPipeToUtilities.h
M Source/WebCore/Modules/streams/WritableStream.cpp
M Source/WebCore/Modules/streams/WritableStream.h
M Source/WebCore/bindings/js/SerializedScriptValue.cpp
Log Message:
-----------
Add support for transferring writable streams
rdar://169526004
https://bugs.webkit.org/show_bug.cgi?id=306857
Reviewed by Chris Dumez.
We implement writable stream transfer support like done for readable streams.
We use the same feature flag and reuse the same MessagePort strategy.
Covered by rebased WPT test.s
Canonical link: https://commits.webkit.org/306930@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications