On Fri, Nov 8, 2013 at 5:38 PM, Aymeric Vitte <vitteaymeric@gmail.com>wrote:
> Please see here https://github.com/whatwg/streams/issues/33, I realized
> that this would apply to operations like textDecoder too without the need
> of an explicit stream option, so that's no more WebCrypto only related.
>
Similar but a bit different?
For clarification, could you review the following?
textDecoderStream.write(araybuffer of 0xd0 0xa0 0xd0 0xbe 0xd1);
textDecoderStream.stop();
textDecoderStream.write(arraybuffer of 0x81 0xd1 0x81 0xd0 0xb8 0xd1 0x8f)
This generates DOMString stream ["Рос", "сия"]. Right? Or you want to get
["Рос", "Россия"]?