ali ahmed
|
973c33c899
|
feat(web): add utf-16 and big5 to TextEncoder/TextDecoder (#8108)
|
2021-01-19 21:58:57 +01:00 |
|
Anonymous
|
db3a1d6633
|
fix(op_crates/web) let TextEncoder#encodeInto accept detached ArrayBuffers (#9143)
|
2021-01-18 10:04:46 -05:00 |
|
Yusuke Tanaka
|
d8fd71afdf
|
chore: update copyright to 2021 (#9092)
|
2021-01-11 18:13:41 +01:00 |
|
gorogoroumaru
|
b0821fe9ce
|
fix(op_crate/web): fix atob to throw spec aligned DOMException (#8798)
|
2021-01-11 09:15:32 +11:00 |
|
Luca Casonato
|
0d41e21b0e
|
fix: align encoding APIs to spec using WPT (#9004)
|
2021-01-05 19:50:40 +01:00 |
|
Benjamin Gruenbaum
|
9397cf508e
|
fix(op_crates/web): make TextEncoder work with forced non-strings (#8206)
Fixes: #8201
|
2020-11-02 10:57:18 +11:00 |
|
aca
|
9cf06f76fd
|
fix(op_crates/web): TextEncoder should return error message with original input (#8005)
|
2020-10-20 13:47:38 +02:00 |
|
Leonard Ginters
|
623ac9e6df
|
fix(op_crates/web): TextEncoder should throw RangeError (#8039)
This commit changes error type thrown by TextEncoder, when
provided encoding is not supported matching Chromium behavior.
|
2020-10-19 23:56:29 +02:00 |
|
iugo
|
478352518d
|
fix(cli): update supported text encodings (#7668)
Fixed #7667
|
2020-09-25 16:56:28 +10:00 |
|
AliBasicCoder
|
0d126930ca
|
feat(op_crates/web): Add all single byte encodings to TextDecoder (#6178)
|
2020-09-09 21:26:26 +02:00 |
|
Kitson Kelly
|
9e50b3ee61
|
fix: don't expose globalThis.__bootstrap (#7344)
|
2020-09-04 07:52:19 -04:00 |
|
Craig Morten
|
2d800f2cb9
|
fix(op_crates/web): throw TypeError on invalid input types in TextDecoder.decode() (#7179)
|
2020-08-24 20:09:31 +02:00 |
|
Paul Thompson
|
eed77aa020
|
feat(web): FileReader API (#6673)
|
2020-08-11 14:00:53 +02:00 |
|
Bartek Iwańczuk
|
41215eb29c
|
Op crate for Web APIs (#6906)
Co-authored-by: Ryan Dahl <ry@tinyclouds.org>
|
2020-08-07 16:55:02 +02:00 |
|