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

Avoid using deprecated Buffer constructor #62

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ChALkeR
Copy link

@ChALkeR ChALkeR commented Aug 8, 2018

Use Buffer.from/Buffer.alloc instead.

This bumps the minimal Node.js version from 4.3.0 to 4.5.0,
but Node.js v4.x.x is long unsupported by upstream.

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

/cc @sokra

Use Buffer.from/Buffer.alloc instead.

This bumps the minimal Node.js version from 4.3.0 to 4.5.0,
but Node.js v4.x.x is long unsupported by upstream.

Refs: https://nodejs.org/api/deprecations.html#deprecations_dep0005_buffer_constructor
Refs: nodejs/node#21351
@Amirault
Copy link

Amirault commented Jan 4, 2021

Someday maybe XD

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants