Skip to content

Switch from bytebuffer to fork, since Buffer() is deprecated #50

@Sadzurami

Description

@Sadzurami

Is your feature request related to a problem? Please describe.

In some cases new versions of nodejs will print warns in console, like this.

(node:99322) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
(Use `node --trace-deprecation ...` to show where the warning was created)

Warns caused by bytebuffer.

Describe the solution you'd like

Switch to fork, for example https://github.com/ExodusMovement/bytebuffer.js or make new.
Original lib is no longer supported https://github.com/protobufjs/bytebuffer.js.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions