- From: Takeshi Yoshino <notifications@github.com>
- Date: Mon, 02 Mar 2015 02:13:28 -0800
- To: whatwg/streams <streams@noreply.github.com>
Received on Monday, 2 March 2015 10:13:58 UTC
Domenic, what's the practical reason to shrink the given ArrayBuffer to correctlySizedAB? This means that at least when reading the last bytes of the resource, we'll often have to return a shrunk buffer to the pool. How about transferring the given ArrayBuffer for detaching but keep the size as-is and create a view to represent the region? --- Reply to this email directly or view it on GitHub: https://github.com/whatwg/streams/issues/289#issuecomment-76686830
Received on Monday, 2 March 2015 10:13:58 UTC