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
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