mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 01:35:08 +02:00
LibWeb: Implement TransformStream transfer
This commit is contained in:
Notes:
github-actions[bot]
2025-05-21 10:55:48 +00:00
Author: https://github.com/trflynn89 Commit: https://github.com/LadybirdBrowser/ladybird/commit/95fc0a8070c Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4828 Reviewed-by: https://github.com/shannonbooth ✅
@@ -51,6 +51,7 @@ enum class TransferType : u8 {
|
||||
ResizableArrayBuffer = 3,
|
||||
ReadableStream = 4,
|
||||
WritableStream = 5,
|
||||
TransformStream = 6,
|
||||
};
|
||||
|
||||
WebIDL::ExceptionOr<SerializationRecord> structured_serialize(JS::VM& vm, JS::Value);
|
||||
|
||||
Reference in New Issue
Block a user