mathiasbynens / he

A robust HTML entity encoder/decoder written in JavaScript.
https://mths.be/he
MIT License
3.43k stars 255 forks source link

Memory leak #82

Open taoqf opened 3 years ago

taoqf commented 3 years ago

See an issue in my lib https://github.com/taoqf/node-html-parser/issues/106 I create a demo here: https://github.com/taoqf/test/tree/he I believe there is something wrong with method decode in he. Would you please help me out?