[whatwg/streams] Always transfer given ArrayBuffer in ReadableByteStreamControllerPullInto (#753)

This implements what I proposed in #752: it moves the transfer to the beginning of `ReadableByteStreamControllerPullInto` and removes the other transfers.

All tests continue passing. 
You can view, comment on, or merge this pull request online at:

  https://github.com/whatwg/streams/pull/753

-- Commit Summary --

  * Always transfer given ArrayBuffer in ReadableByteStreamControllerPullInto

-- File Changes --

    M index.bs (5)

-- Patch Links --

https://github.com/whatwg/streams/pull/753.patch
https://github.com/whatwg/streams/pull/753.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/753

Received on Friday, 21 July 2017 15:03:27 UTC