summaryrefslogtreecommitdiff
path: root/lib/internal/encoding.js
AgeCommit message (Expand)Author
2019-11-26lib: replace var with let/constTijl Claessens
2019-11-25lib: flatten access to primordialsMichaël Zasso
2019-11-05encoding: make TextDecoder handle BOM correctlyAnna Henningsen
2019-09-13util: add encodeInto to TextEncoderAnna Henningsen
2019-04-12lib: enforce the use of Object from primordialsMichaël Zasso
2019-03-30benchmark,lib: change var to constRuben Bridgewater
2019-03-25lib: remove usage of require('util')dnlup
2019-03-21lib: move extra properties into error creationRuben Bridgewater
2019-02-28lib: don't use `util.inspect()` internalsRuben Bridgewater
2018-12-27lib: expose all type checks from the internal types moduleRuben Bridgewater
2018-12-05src,lib: make process.binding('config') internalMasashi Hirano
2018-10-16src: remove function hasTextDecoder in encoding.jsChi-chi Wang
2018-10-15buffer: move process.binding('buffer') to internalBindingWeijia Wang
2018-10-08icu: make process.binding('icu') internalcjihrig
2018-10-04bootstrapper: move internalBinding to NativeModuleGus Caplan
2018-03-25lib: always show ERR_INVALID_ARG_TYPE received partRuben Bridgewater
2018-03-15src: put bootstrappers in lib/internal/bootstrap/Joyee Cheung
2018-03-07lib: port remaining errors to new systemMichaël Zasso
2018-03-06src: move internal loaders out of bootstrap_node.jsJoyee Cheung
2018-03-05util: introduce `util.types.is[…]` type checksAnna Henningsen
2018-02-01lib: extract validation functionsTimothy O. Peters
2017-11-12lib: improve the usage of TypeError[INVALID_ARG_TYPE]Weijia Wang
2017-10-23util: graduate TextEncoder/TextDecoder, testsJames M Snell
2017-10-01lib: faster type checks for some typesTimothy Gu
2017-08-05encoding: rudimentary TextDecoder support w/o ICUTimothy Gu
2017-07-24util: implement WHATWG Encoding Standard APIJames M Snell