summaryrefslogtreecommitdiff
path: root/op_crates/web/08_text_encoding.js
AgeCommit message (Expand)Author
2021-04-30Rename crate_ops to extensions (#10431)Andy Hayden
2021-04-30refactor(core.js): provide window.__bootstrap (#10423)Aaron O'Mullan
2021-04-28chore: upgrade dprint plugins (#10397)Satya Rohith
2021-04-11refactor(op_crates/web): remove unused code path in TextEncoder (#10104)Thiago de Arruda Padilha
2021-04-08fix: enable FileReader wpt and align to spec (#10063)Luca Casonato
2021-02-16typoLeo Chandra
2021-02-16fix: align btoa to spec (#9053)Casper Beyer
2021-02-04chore: use strict mode for internal runtime, core, and op_crates js (#9391)Developing
2021-01-24feat(op_crates/web): adding gb18030 and GBK encodings (#9242)ali ahmed
2021-01-19feat(web): add utf-16 and big5 to TextEncoder/TextDecoder (#8108)ali ahmed
2021-01-18fix(op_crates/web) let TextEncoder#encodeInto accept detached ArrayBuffers (#...Anonymous
2021-01-11chore: update copyright to 2021 (#9092)Yusuke Tanaka
2021-01-11fix(op_crate/web): fix atob to throw spec aligned DOMException (#8798)gorogoroumaru
2021-01-05fix: align encoding APIs to spec using WPT (#9004)Luca Casonato
2020-11-02fix(op_crates/web): make TextEncoder work with forced non-strings (#8206)Benjamin Gruenbaum
2020-10-20fix(op_crates/web): TextEncoder should return error message with original inp...aca
2020-10-19fix(op_crates/web): TextEncoder should throw RangeError (#8039)Leonard Ginters
2020-09-25fix(cli): update supported text encodings (#7668)iugo
2020-09-09feat(op_crates/web): Add all single byte encodings to TextDecoder (#6178)AliBasicCoder
2020-09-04fix: don't expose globalThis.__bootstrap (#7344)Kitson Kelly
2020-08-24fix(op_crates/web): throw TypeError on invalid input types in TextDecoder.dec...Craig Morten
2020-08-11feat(web): FileReader API (#6673)Paul Thompson
2020-08-07Op crate for Web APIs (#6906)Bartek IwaƄczuk