Re: [whatwg/streams] Rewrite to use Web IDL, and generally modernize (#1035)

> Possible breaking change: the first argument of the constructors of ReadableStream, WritableStream and TransformStream is now compulsory.

Note that this is relatively easy to reverse, and maybe we should do so to minimize unnecessary breaking changes. On the other hand, I have a hard time imagining code usefully using no-argument versions of these...

Oh wait, no-arg TransformStream is actually really important. OK, well, we should definitely allow that. I think I'll just allow it for all of them.

-- 
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/1035#issuecomment-613521040

Received on Tuesday, 14 April 2020 15:47:36 UTC