LibWeb: Mostly implement ReadableByteStreamController.[[ReleaseSteps]]

This commit is contained in:
Matthew Olsson 2023-04-08 11:49:58 -07:00 committed by Linus Groh
commit bd7809cc18
Notes: sideshowbarker 2024-07-17 20:19:08 +09:00
2 changed files with 22 additions and 0 deletions

View file

@ -118,6 +118,7 @@ public:
WebIDL::ExceptionOr<JS::GCPtr<WebIDL::Promise>> cancel_steps(JS::Value reason);
WebIDL::ExceptionOr<void> pull_steps(NonnullRefPtr<ReadRequest>);
WebIDL::ExceptionOr<void> release_steps();
private:
explicit ReadableByteStreamController(JS::Realm&);