Skip to content

Buffer constructor is deprecated #694

@freitagbr

Description

@freitagbr

In the most recent versions of node, the new Buffer(length) constructor is deprecated, and has been replaced by Buffer.alloc(length). If Buffer.alloc is available, it should be used instead of new Buffer.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions