mirror of
https://github.com/RGBCube/serenity
synced 2025-06-01 11:18:13 +00:00
LibWeb: Add ReadableStreamBYOBReader to ReadableStreamReader type
This commit is contained in:
parent
e8ad571082
commit
b57b3c54cc
8 changed files with 59 additions and 53 deletions
|
@ -29,8 +29,6 @@ public:
|
|||
JS::GCPtr<WebIDL::Promise> closed_promise_capability() { return m_closed_promise; }
|
||||
void set_closed_promise_capability(JS::GCPtr<WebIDL::Promise> promise) { m_closed_promise = promise; }
|
||||
|
||||
virtual bool is_default_reader() const { return false; }
|
||||
|
||||
protected:
|
||||
explicit ReadableStreamGenericReaderMixin(JS::Realm&);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue