LibWeb: Add ReadableStreamByteController interface

This commit is contained in:
Matthew Olsson 2023-04-11 16:33:32 -07:00 committed by Linus Groh
commit 819b6332d1
Notes: sideshowbarker 2024-07-17 22:01:16 +09:00
10 changed files with 253 additions and 1 deletions

View file

@ -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.