- From: Domenic Denicola <notifications@github.com>
- Date: Fri, 19 Aug 2016 09:25:08 -0700
- To: whatwg/encoding <encoding@noreply.github.com>
Received on Friday, 19 August 2016 16:26:03 UTC
Right, if we get transform streams for text encoding, then you'd be able to use a BYOB reader to target specific segments of your destination buffer. A lower-level method might make sense. If so, don't have separate offset/length parameters; those are already part of the Uint8Array (which is a { byteOffset, byteLength, buffer } tuple). -- 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/encoding/issues/69#issuecomment-241065193
Received on Friday, 19 August 2016 16:26:03 UTC