Closed cedx closed 4 years ago
Buffer.allocUnsafe
was added to Node.js in v5.10.0: we could probably simplify this code by removing the check and the alloc
property. Node.js v5 is pretty old: the current LTS release is v12.
Buffer.allocUnsafe
was added to Node.js in v5.10.0: we could probably simplify this code by removing the check and thealloc
property. Node.js v5 is pretty old: the current LTS release is v12.
I agree.
@kevinresol Done.
Thanks!
Fixes #15