mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 00:27:45 +00:00
LibWeb: Add AO transform_stream_default_controller_clear_algorithms()
This commit is contained in:
parent
0091a60448
commit
d8d0e8a6ea
2 changed files with 16 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
* Copyright (c) 2022, Linus Groh <linusg@serenityos.org>
|
||||
* Copyright (c) 2023, Matthew Olsson <mattco@serenityos.org>
|
||||
* Copyright (c) 2023, Shannon Booth <shannon.ml.booth@gmail.com>
|
||||
* Copyright (c) 2023, Kenneth Myhra <kennethmyhra@serenityos.org>
|
||||
*
|
||||
* SPDX-License-Identifier: BSD-2-Clause
|
||||
*/
|
||||
|
@ -131,6 +132,8 @@ WebIDL::ExceptionOr<void> writable_stream_default_controller_process_close(Writa
|
|||
WebIDL::ExceptionOr<void> writable_stream_default_controller_process_write(WritableStreamDefaultController&, JS::Value chunk);
|
||||
WebIDL::ExceptionOr<void> writable_stream_default_controller_write(WritableStreamDefaultController&, JS::Value chunk, JS::Value chunk_size);
|
||||
|
||||
void transform_stream_default_controller_clear_algorithms(TransformStreamDefaultController&);
|
||||
|
||||
bool is_non_negative_number(JS::Value);
|
||||
|
||||
JS::Value create_close_sentinel();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue