-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Support ReadableByteStreamController in stream piping #36013
Copy link
Copy link
Open
Labels
C-untriagedNew issues that haven't been triaged yetNew issues that haven't been triaged yet
Description
As per the spec, it's up to the user agent to use a BYOBReader if possible, and #35650 defaults to always using a default reader.
It should be not complicated to support this, by using the same mechanism as streams themselves do(but without the option):
servo/components/script/dom/readablestream.rs
Line 187 in 6807a6e
| reader: RefCell<Option<ReaderType>>, |
Part of #34676
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
C-untriagedNew issues that haven't been triaged yetNew issues that haven't been triaged yet