-
Notifications
You must be signed in to change notification settings - Fork 514
Open
Labels
s-triageNeeds to be reviewed, designed and prioritizedNeeds to be reviewed, designed and prioritized
Description
What is the bug?
This is a question about a potential bug!
All instances of JS Buffer could be replaced with Uint8Array. Why would we want to?
TLDR:
- Buffer does not work cross-platform
- Buffer modifies a global object which can be accessed by third-party dependencies
slicemutates the original object
Additional context (optional)
This is a question and discussion beginning. Please leave feedback! If you want to learn more about why this matters, read here: https://sindresorhus.com/blog/goodbye-nodejs-buffer
Metadata
Metadata
Assignees
Labels
s-triageNeeds to be reviewed, designed and prioritizedNeeds to be reviewed, designed and prioritized