MuhammaraJS
MuhammaraJS copied to clipboard
Use `Buffer.from` instead of `new Buffer`
The Buffer constructor is deprecated, so we should use the recommended Buffer.from instead.
Fixes #338
this seems to trigger issues, needs further investigation
this seems to trigger issues, needs further investigation
Hmmm. I didn’t even do any further testing for this one as I figured it was a drop-in replacement. Will look a little further.
Might has To-Do with this: https://github.com/julianhille/MuhammaraJS/issues/258