urlsafe-base64 icon indicating copy to clipboard operation
urlsafe-base64 copied to clipboard

Buffer constructor is deprecated

Open nardeas opened this issue 8 years ago • 0 comments

I noticed that .decode is using the new Buffer contructor. This has been deprecated

https://nodejs.org/api/buffer.html#buffer_new_buffer_array

should use Buffer.from instead.

nardeas avatar Mar 17 '18 20:03 nardeas