basilisk55
basilisk55 copied to clipboard
Replacing calls to the Buffer constructor with Buffer.from()
new Buffer(...)
is deprecated and unsafe. Would it be possible to replace calls to it with Buffer.from(...)
in these places?