fullstack-tutorial icon indicating copy to clipboard operation
fullstack-tutorial copied to clipboard

Issue 40 new buffer deprecated

Open JEStaubach opened this issue 6 years ago • 2 comments
trafficstars

Converted new Buffer to Buffer.from, verified tests still pass and no longer see a warning for new Buffer being deprecated while running the tests.

JEStaubach avatar Oct 01 '19 12:10 JEStaubach

@JEStaubach: Thank you for submitting a pull request! Before we can merge it, you'll need to sign the Meteor Contributor Agreement here: https://contribute.meteor.com/

apollo-cla avatar Oct 01 '19 12:10 apollo-cla

Node.js official Doc about this deprecated warning:

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

BerlinChan avatar Nov 28 '19 01:11 BerlinChan