Closed
Description
a widely used iconv library iconv-lite can extend encoding by hack Buffer.isEncoding using extendNodeEncodings
but a newly commit 8a94581 cached the Buffer.isEncoding method https://github.com/iojs/io.js/blob/master/lib/string_decoder.js#L3-L9 which made extendNodeEncodings won't work.