- From: Adam Rice <notifications@github.com>
- Date: Thu, 12 Apr 2018 05:12:05 +0000 (UTC)
- To: whatwg/streams <streams@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 12 April 2018 05:12:34 UTC
https://streams.spec.whatwg.org/commit-snapshots/6f97246dd5577b2b15a8991b5bc5f63939c8f59d/#set-up-readable-byte-stream-controller-from-underlying-source > If \! IsInteger\(autoAllocateChunkSize\) is false In other cases when we accept a number, we call ToNumber() on it. For example, you can do new ReadableStream({}, { highWaterMark: "7" }) and it will do what you'd expect. But we don't do this for autoAllocateChunkSize. We probably should. @domenic Do you know of any reason not to do this? -- 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/921
Received on Thursday, 12 April 2018 05:12:34 UTC