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 |
|
Luca Casonato
|
0d41e21b0e
|
fix: align encoding APIs to spec using WPT (#9004)
|
2021-01-05 19:50:40 +01: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 |
|
AliBasicCoder
|
0d126930ca
|
feat(op_crates/web): Add all single byte encodings to TextDecoder (#6178)
|
2020-09-09 21:26:26 +02: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 |
|
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 |
|