[whatwg/streams] Removing non-existent constructors from MDN and BCD (#1043)

MDN contains articles for the following constructors:

* https://developer.mozilla.org/docs/Web/API/ReadableByteStreamController/ReadableByteStreamController

* https://developer.mozilla.org/docs/Web/API/ReadableStreamBYOBRequest/ReadableStreamBYOBRequest

* https://developer.mozilla.org/docs/Web/API/ReadableStreamDefaultController/ReadableStreamDefaultController

* https://developer.mozilla.org/docs/Web/API/WritableStreamDefaultController/WritableStreamDefaultController


…and BCD also contains corresponding data for those constructors.

However, the none of those constructors are actually in the spec.

So, should we delete the MDN articles and the corresponding data in BCD?

-- 
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/issues/1043

Received on Wednesday, 17 June 2020 06:59:49 UTC