node-libs-browser
node-libs-browser copied to clipboard
buffer 4.9.1 can cause errors
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