mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-02 23:56:06 +00:00
LibWeb: Implement Streams AO CanTransferArrayBuffer
This commit is contained in:
parent
9d0700e770
commit
0245be70d8
Notes:
sideshowbarker
2024-07-17 02:42:21 +09:00
Author: https://github.com/shannonbooth
Commit: 0245be70d8
Pull-request: https://github.com/SerenityOS/serenity/pull/22124
2 changed files with 19 additions and 0 deletions
|
@ -168,6 +168,7 @@ WebIDL::ExceptionOr<void> transform_stream_error_writable_and_unblock_write(Tran
|
|||
WebIDL::ExceptionOr<void> transform_stream_set_backpressure(TransformStream&, bool backpressure);
|
||||
|
||||
bool is_non_negative_number(JS::Value);
|
||||
bool can_transfer_array_buffer(JS::ArrayBuffer const& array_buffer);
|
||||
|
||||
JS::Value create_close_sentinel();
|
||||
bool is_close_sentinel(JS::Value);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue