node-libs-browser icon indicating copy to clipboard operation
node-libs-browser copied to clipboard

buffer 4.9.1 can cause errors

Open Borewit opened this issue 6 years ago • 0 comments

Calling a read function on the embedded buffer without any argument will throw an exception. This is major incompatibility issue with node.js buffer.

Error message thrown: "RangeError: offset is not uint"

Corresponding issue: feross/buffer#237

I suggest to reconsider PR: #68, which does fix the issue

Borewit avatar Aug 11 '19 07:08 Borewit