summaryrefslogtreecommitdiff
path: root/lib/internal/encoding.js
AgeCommit message (Expand)Author
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