You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Buffer modifies a global object which can be accessed by third-party dependencies
slice mutates 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
The text was updated successfully, but these errors were encountered:
What is the bug?
This is a question about a potential bug!
All instances of JS
Buffer
could be replaced withUint8Array
. Why would we want to?TLDR:
slice
mutates the original objectAdditional 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
The text was updated successfully, but these errors were encountered: