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

domenic has just created a new issue for https://github.com/w3c/webrtc-insertable-streams:

== { readableStream, writableStream } should be { readable, writable } ==
https://htmlpreview.github.io/?https://github.com/w3c/webrtc-insertable-streams/blob/master/index.html#dictdef-rtcinsertablestreams

The conventional names for a pair of readable and writable streams are `{ readable, writable }`, with no suffix. Aligning these will improve interoperability with the rest of the streams ecosystem, both concretely (e.g., making the object usable with `pipeThrough()`) and just in terms of web developer familiarity.

Please view or discuss this issue at https://github.com/w3c/webrtc-insertable-streams/issues/40 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:38:51 UTC