Skip to content
This repository has been archived by the owner on Aug 19, 2020. It is now read-only.

Avoid using deprecated Buffer API #21

Merged
merged 1 commit into from Mar 16, 2018
Merged

Conversation

ChALkeR
Copy link
Contributor

@ChALkeR ChALkeR commented Feb 25, 2018

Buffer.alloc creates a zero-filled buffer, supported since Node.js 4.5.0
That is well below the current Node.js version requirement (>=8.9.0) and async usage.

Refs:
https://nodejs.org/api/deprecations.html#deprecations_dep0005_buffer_constructor

Buffer.alloc creates a zero-filled buffer, supported since Node.js 4.5.0
That is well below the current Node.js version requirement (>=8.9.0) and async usage.

Refs:
https://nodejs.org/api/deprecations.html#deprecations_dep0005_buffer_constructor
@ChALkeR
Copy link
Contributor Author

ChALkeR commented Mar 2, 2018

Tracking: nodejs/node#19079

@hueniverse hueniverse added the non issue Issue is not a problem or requires changes label Mar 16, 2018
@hueniverse hueniverse self-assigned this Mar 16, 2018
@hueniverse hueniverse added this to the 3.0.2 milestone Mar 16, 2018
@hueniverse hueniverse merged commit 4427ed8 into outmoded:master Mar 16, 2018
@lock
Copy link

lock bot commented Jan 9, 2020

This thread has been automatically locked due to inactivity. Please open a new issue for related bugs or questions following the new issue template instructions.

@lock lock bot locked as resolved and limited conversation to collaborators Jan 9, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
non issue Issue is not a problem or requires changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants