Re: [whatwg/streams] Editorial: Define "create a ReadableStream" instead of just "create" (#1078)

I wonder if @tabatkins has a good idea for constructors. I don't think it makes sense to think of this as a "specialization" of WebIDL's [new](https://heycam.github.io/webidl/#new), since [=new=] already [works](https://streams.spec.whatwg.org/#create-readable-stream) on `ReadableStream`s without specialization, [=new=] isn't written to expect specializations, and this thing takes different arguments from WebIDL's thing ... but it does make sense to think of this as a constructor, which deserves appropriate markup and rendering.

-- 
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/1078#issuecomment-702337585

Received on Thursday, 1 October 2020 19:04:39 UTC