- From: Adam Rice <notifications@github.com>
- Date: Tue, 14 Apr 2020 08:32:44 -0700
- To: whatwg/streams <streams@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 14 April 2020 15:32:57 UTC
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