mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-04 15:19:42 +00:00
LibWeb: Implement TransformStream transfer
This commit is contained in:
parent
cca08ad833
commit
95fc0a8070
Notes:
github-actions[bot]
2025-05-21 10:55:48 +00:00
Author: https://github.com/trflynn89
Commit: 95fc0a8070
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4828
Reviewed-by: https://github.com/shannonbooth ✅
6 changed files with 231 additions and 18 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue