iconv.extendNodeEncodings()
mechanism. It was deprecated 5 years ago and didn't work
in recent Node versions.iconv.enableStreamingAPI(require('stream'))
.iconv.getEncoder()
and iconv.getDecoder()
methods to typescript definitions (#229).new Buffer
(#185, by @felixbuenemann)new Buffer()
usages with recommended replacements as it's being deprecated in Node v10 (#176, #178 by @ChALkeR)extendNodeEncodings()
is called more than once