mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 15:17:36 +00:00
LibWeb: Mostly implement ReadableByteStreamController.[[PullSteps]]
This commit is contained in:
parent
c97f6b7701
commit
51abecc8bc
4 changed files with 116 additions and 0 deletions
|
@ -117,6 +117,7 @@ public:
|
|||
void set_stream(JS::GCPtr<ReadableStream> stream) { m_stream = stream; }
|
||||
|
||||
WebIDL::ExceptionOr<JS::GCPtr<WebIDL::Promise>> cancel_steps(JS::Value reason);
|
||||
WebIDL::ExceptionOr<void> pull_steps(NonnullRefPtr<ReadRequest>);
|
||||
|
||||
private:
|
||||
explicit ReadableByteStreamController(JS::Realm&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue