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.

Methods which take a dictionary will be stricter about what types they accept. For example `readable.getReader(true)` will no longer work.

An additional irrelevant change for queuing strategies: currently `new CountQueuingStrategy({highWaterMark: 'sandwich'}).highWaterMark` returns `"sandwich"`. After this change, it will return `NaN`.

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

Received on Tuesday, 14 April 2020 15:32:57 UTC