zephyr.js icon indicating copy to clipboard operation
zephyr.js copied to clipboard

Replace Buffer constructor with alloc/from following Node.js

Open grgustaf opened this issue 8 years ago • 1 comments

Node.js now recommends v6.9.2 "for most users," which is much newer than what we originally based our code on. We should try to update our APIs to track the changes and drop deprecated functions.

grgustaf avatar Dec 22 '16 23:12 grgustaf

These days the stable version is v8.9.4. I'm going to change the summary to make this more specific to moving away from the deprecated Buffer constructor and use alloc/from instead.

grgustaf avatar Jan 10 '18 19:01 grgustaf