Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
According to
https://developer.mozilla.org/en-US/docs/Web/API/TextEncoder,
TextEncoder should ignore the "encoding" parameter and always use
"utf-8".
|
|
This adds some algorithms from the whatwg mimesniff, whatwg infra, and
whatwg encoding specs that FileReader needs to use internally.
|
|
|
|
|
|
|
|
|
|
|
|
(#9143)
|
|
|
|
|
|
|
|
Fixes: #8201
|
|
input (#8005)
|
|
This commit changes error type thrown by TextEncoder, when
provided encoding is not supported matching Chromium behavior.
|
|
Fixed #7667
|
|
|
|
|
|
TextDecoder.decode() (#7179)
|
|
|
|
Co-authored-by: Ryan Dahl <ry@tinyclouds.org>
|