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