Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-19 | feat(web): add utf-16 and big5 to TextEncoder/TextDecoder (#8108) | ali ahmed | |
2021-01-18 | fix(op_crates/web) let TextEncoder#encodeInto accept detached ArrayBuffers ↵ | Anonymous | |
(#9143) | |||
2021-01-11 | chore: update copyright to 2021 (#9092) | Yusuke Tanaka | |
2021-01-05 | fix: align encoding APIs to spec using WPT (#9004) | Luca Casonato | |
2020-10-20 | fix(op_crates/web): TextEncoder should return error message with original ↵ | aca | |
input (#8005) | |||
2020-10-19 | fix(op_crates/web): TextEncoder should throw RangeError (#8039) | Leonard Ginters | |
This commit changes error type thrown by TextEncoder, when provided encoding is not supported matching Chromium behavior. | |||
2020-09-09 | feat(op_crates/web): Add all single byte encodings to TextDecoder (#6178) | AliBasicCoder | |
2020-08-24 | fix(op_crates/web): throw TypeError on invalid input types in ↵ | Craig Morten | |
TextDecoder.decode() (#7179) | |||
2020-08-07 | Op crate for Web APIs (#6906) | Bartek Iwańczuk | |
Co-authored-by: Ryan Dahl <ry@tinyclouds.org> |