- From: Adam Rice <notifications@github.com>
- Date: Tue, 19 Feb 2019 07:01:10 -0800
- To: whatwg/streams <streams@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 19 February 2019 15:01:32 UTC
SetUpReadableByteStreamController calls ReadableByteStreamControllerClearPendingPullIntos to initialise the [[byobRequest]] and [[pendingPullIntos]] internal slots. However, these slots are also initialised directly, so the call is unneeded. Remove it. Also add Jason Orendorff to the acknowledgements. No functional changes. Fixes #975. You can view, comment on, or merge this pull request online at: https://github.com/whatwg/streams/pull/993 -- Commit Summary -- * Remove call to ClearPendingPullIntos from SetUpReadableByteSC -- File Changes -- M index.bs (2) M reference-implementation/lib/readable-stream.js (1) -- Patch Links -- https://github.com/whatwg/streams/pull/993.patch https://github.com/whatwg/streams/pull/993.diff -- 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/993
Received on Tuesday, 19 February 2019 15:01:32 UTC