mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-04 08:36:12 +00:00
LibWeb: Implement TransformStreamDefaultController::enqueue()
This commit is contained in:
parent
e028918a64
commit
4ae82983a4
Notes:
sideshowbarker
2024-07-17 03:03:15 +09:00
Author: https://github.com/kennethmyhra
Commit: 4ae82983a4
Pull-request: https://github.com/SerenityOS/serenity/pull/19998
Reviewed-by: https://github.com/awesomekling
Reviewed-by: https://github.com/shannonbooth
3 changed files with 11 additions and 1 deletions
|
@ -19,6 +19,7 @@ public:
|
|||
virtual ~TransformStreamDefaultController() override;
|
||||
|
||||
Optional<double> desired_size();
|
||||
WebIDL::ExceptionOr<void> enqueue(Optional<JS::Value> chunk);
|
||||
WebIDL::ExceptionOr<void> error(Optional<JS::Value> reason = {});
|
||||
|
||||
auto& flush_algorithm() { return m_flush_algorithm; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue