[Bug 27219] Small fixes for TextEncoder.encode() method.

https://www.w3.org/Bugs/Public/show_bug.cgi?id=27219

--- Comment #1 from Anne <annevk@annevk.nl> ---
TextEncoder used to support streaming, but that was made obsolete when we
switched from DOMString to USVString. There's no encoding for which you need
multiple scalar values to get a byte sequence.

Firefox might still have the old binding.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Received on Saturday, 1 November 2014 16:21:37 UTC