mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 08:36:15 +00:00
LibWeb: Implement TransformStreamDefaultController::error()
This commit is contained in:
committed by
Andreas Kling
parent
9efcc01387
commit
2d0a2756b4
@@ -19,6 +19,7 @@ public:
|
||||
virtual ~TransformStreamDefaultController() override;
|
||||
|
||||
Optional<double> desired_size();
|
||||
WebIDL::ExceptionOr<void> error(Optional<JS::Value> reason = {});
|
||||
|
||||
auto& flush_algorithm() { return m_flush_algorithm; }
|
||||
void set_flush_algorithm(Optional<FlushAlgorithm>&& value) { m_flush_algorithm = move(value); }
|
||||
|
||||
Reference in New Issue
Block a user