Stream implement pipeThrough (#36977)

Part of https://github.com/servo/servo/issues/34676

https://github.com/servo/servo/pull/36905 needs to be merged first.

---------

Signed-off-by: Taym Haddadi <haddadi.taym@gmail.com>
This commit is contained in:
Taym Haddadi 2025-05-20 16:33:22 +02:00 committed by GitHub
parent d8294fa423
commit 5b2305784a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
16 changed files with 129 additions and 227 deletions

View file

@ -721,8 +721,8 @@ DOMInterfaces = {
},
'ReadableStream': {
'canGc': ['GetReader', 'Cancel', 'PipeTo', 'Tee'],
'inRealms': ['PipeTo'],
'canGc': ['GetReader', 'Cancel', 'PipeTo', 'PipeThrough', 'Tee'],
'inRealms': ['PipeTo', 'PipeThrough'],
},
"ReadableStreamDefaultController": {