mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-07 01:56:38 +00:00
LibWeb: Implement the StructuredClone AO
This commit is contained in:
parent
59716f807f
commit
5ccd1ff1bf
Notes:
sideshowbarker
2024-07-16 23:17:55 +09:00
Author: https://github.com/trflynn89
Commit: 5ccd1ff1bf
Pull-request: https://github.com/SerenityOS/serenity/pull/22977
Reviewed-by: https://github.com/shannonbooth ✅
2 changed files with 14 additions and 0 deletions
|
@ -175,6 +175,7 @@ WebIDL::ExceptionOr<void> transform_stream_set_backpressure(TransformStream&, bo
|
|||
|
||||
bool is_non_negative_number(JS::Value);
|
||||
bool can_transfer_array_buffer(JS::ArrayBuffer const& array_buffer);
|
||||
WebIDL::ExceptionOr<JS::Value> structured_clone(JS::Realm&, JS::Value value);
|
||||
|
||||
JS::Value create_close_sentinel();
|
||||
bool is_close_sentinel(JS::Value);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue