bytebuffer.js
bytebuffer.js copied to clipboard
Remove all usage of new Buffer(); use Buffer.from()/Buffer.alloc()
Fixes https://github.com/protobufjs/bytebuffer.js/issues/99
Worth noting that you'll have to bump Node version requirements; since Buffer.alloc was added in v5.10.0
Let's merge it to main branch? @RyanZim
Ping
Up