Re: [webrtc-insertable-streams] { readableStream, writableStream } should be { readable, writable } (#40)

An early version of the API had them named {readable,writable}, but the feedback we got was that it was a bad idea to have those names precisely because it could be confused with a TransformStream.
This pair of streams is not a TransformStream and trying to use it as the argument to pipeThrough() would do nothing useful.

-- 
GitHub Notification of comment by guidou
Please view or discuss this issue at https://github.com/w3c/webrtc-insertable-streams/issues/40#issuecomment-672028999 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Tuesday, 11 August 2020 15:47:44 UTC