mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 06:37:35 +00:00
LibWeb: Add ReadableStreamByteController interface
This commit is contained in:
parent
c7aa4fa166
commit
819b6332d1
10 changed files with 253 additions and 1 deletions
|
@ -27,7 +27,7 @@ private:
|
|||
|
||||
// https://streams.spec.whatwg.org/#readablestreambyobrequest-controller
|
||||
// The parent ReadableByteStreamController instance
|
||||
JS::GCPtr<JS::Object> m_controller;
|
||||
JS::GCPtr<ReadableByteStreamController> m_controller;
|
||||
|
||||
// https://streams.spec.whatwg.org/#readablestreambyobrequest-view
|
||||
// A typed array representing the destination region to which the controller can write generated data, or null after the BYOB request has been invalidated.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue