mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 01:07:36 +00:00
LibWeb: Add AO transform_stream_set_backpressure()
This commit is contained in:
parent
d8d0e8a6ea
commit
91f58eb220
2 changed files with 23 additions and 0 deletions
|
@ -133,6 +133,7 @@ WebIDL::ExceptionOr<void> writable_stream_default_controller_process_write(Writa
|
|||
WebIDL::ExceptionOr<void> writable_stream_default_controller_write(WritableStreamDefaultController&, JS::Value chunk, JS::Value chunk_size);
|
||||
|
||||
void transform_stream_default_controller_clear_algorithms(TransformStreamDefaultController&);
|
||||
WebIDL::ExceptionOr<void> transform_stream_set_backpressure(TransformStream&, bool backpressure);
|
||||
|
||||
bool is_non_negative_number(JS::Value);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue