Change return type of tee() to sequence<ReadableStream> in WebIDL
In an effort to change the blink implementation of readable streams to better match the Web IDL descriptions in the Streams API Standard, this CL changes the return type of tee() from |any| to |sequence<ReadableStream> in readable_stream.idl, and |ScriptValue| to |HeapVector<Member<ReadableStream>>| in readable_stream.cc. This allows the code to be slightly simpler as well within CallTeeAndReturnBranchArray() in the ReadableStream class. Bug: 1093862 Change-Id: I273e9fa01c5601c578753952c1c0a4b5f8db0fd6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2520638Reviewed-by:Adam Rice <ricea@chromium.org> Commit-Queue: Nidhi Jaju <nidhijaju@google.com> Cr-Commit-Position: refs/heads/master@{#824698}
Showing
Please register or sign in to comment