- From: Takeshi Yoshino <notifications@github.com>
- Date: Fri, 25 Mar 2016 06:24:12 -0700
- To: whatwg/streams <streams@noreply.github.com>
Received on Friday, 25 March 2016 13:24:39 UTC
> @@ -1729,6 +1739,11 @@ table: > 1. Set *this*@[[totalQueuedBytes]] to *0*. > 1. Set *this*@[[started]], and *this*@[[closeRequested]] to *false*. > 1. Set *this*@[[strategyHWM]] to ValidateAndNormalizeHighWaterMark(_highWaterMark_). > + 1. Let _autoAllocateChunkSize_ be GetV(_underlyingByteSource_, `"autoAllocateChunkSize"`). > + 1. If _autoAllocateChunkSize_ is not *undefined*, > + 1. If Number.isInteger(_autoAllocateChunkSize_) is *true* or _autoAllocateChunkSize_ < 0, Got it. Thanks for fixing! --- 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/430/files/a4c2b169b804da3046ca04b76c9883dcad476b23..27bbfcd3cdfae9be413c45869426c5191ec9f0d5#r57443266
Received on Friday, 25 March 2016 13:24:39 UTC