Re: [whatwg/streams] Support teeing readable byte streams (#1114)

@domenic commented on this pull request.



> @@ -2277,6 +2302,193 @@ create them does not matter.
  1. Return « |branch1|, |branch2| ».
 </div>
 
+<div algorithm>
+ <dfn abstract-op lt="ReadableByteStreamTee"
+ id="readable-byte-stream-tee">ReadableByteStreamTee(|stream|)</dfn>



The fact that cloneForBranch2 is ignored (and treated as always-true) for byte streams is interesting and worth noting carefully, probably in the web-developer facing domintro for tee().

Or, would it be worthwhile and possible to respect it? Probably not given all the transfers...


-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/streams/pull/1114#pullrequestreview-621611640

Received on Thursday, 25 March 2021 21:57:38 UTC