node-http2
node-http2 copied to clipboard
Moving away from the Buffer constructor
trafficstars
new Buffer(...) is unsafe and deprecated. Would it be possible to move these instances of its use to Buffer.from(...)?
NOTE WELL This package is officially deprecated. As of node 9.0.0, there is an 'http2' package built-in. You should use that one instead.