Chromium Code Reviews
DescriptionAdded Base64 support in TextEncoder and TextDecoder.
Base64 encoding encodes binary strings to text, which is the opposite
of other text encoders, such as UTF-8. To reuse the existing APIs,
use TextDecoder.decode to encode binary strings to Base64 format and
use TextEncoder.encode to decode Base64 to binary string.
BUG=337586
Patch Set 1 #
Total comments: 13
Messages
Total messages: 12 (0 generated)
|