mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-16 05:51:55 +00:00
LibWeb: Implement WritableStream transfer
This commit is contained in:
parent
312db85a84
commit
cca08ad833
Notes:
github-actions[bot]
2025-05-21 10:55:54 +00:00
Author: https://github.com/trflynn89
Commit: cca08ad833
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4828
Reviewed-by: https://github.com/shannonbooth ✅
6 changed files with 260 additions and 26 deletions
|
@ -50,6 +50,7 @@ enum class TransferType : u8 {
|
|||
ArrayBuffer = 2,
|
||||
ResizableArrayBuffer = 3,
|
||||
ReadableStream = 4,
|
||||
WritableStream = 5,
|
||||
};
|
||||
|
||||
WebIDL::ExceptionOr<SerializationRecord> structured_serialize(JS::VM& vm, JS::Value);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue