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
Starting on Node 10 this package will emit deprecation warnings. See this guide on what you should do in order to migrate to Buffer.alloc/Buffer.from.
See nodejs/node#19079 for discussion around this change and why we can't make new Buffer work
The text was updated successfully, but these errors were encountered:
benjamingr
changed the title
Buffer constructor runtime deprecation - this package breaks on Node 10
Buffer constructor runtime deprecation - this package emits a warning on Node 10
Mar 20, 2018
Hey from Node.js here!,
Starting on Node 10 this package will emit deprecation warnings. See this guide on what you should do in order to migrate to
Buffer.alloc
/Buffer.from
.See nodejs/node#19079 for discussion around this change and why we can't make
new Buffer
workThe text was updated successfully, but these errors were encountered: