You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since Node.js v4.x is now past EOL, would it be possible to move away from the Buffer constructor and on to Buffer.from(), since the Buffer constructor is deprecated and unsafe?
The text was updated successfully, but these errors were encountered:
Since Node.js v4.x is now past EOL, would it be possible to move away from the
Buffer
constructor and on toBuffer.from()
, since theBuffer
constructor is deprecated and unsafe?The text was updated successfully, but these errors were encountered: