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

Well, it's a specialization in the sense that if you do Web IDL's new on a ReadableStream, you will get an incompletely-constructed one. So you should use this version instead, and never use Web IDL's new.

-- 
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-702344067

Received on Thursday, 1 October 2020 19:17:28 UTC