-
-
Notifications
You must be signed in to change notification settings - Fork 352
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Replace node:buffer usage with Uint8Array #633
Replace node:buffer usage with Uint8Array #633
Conversation
44442e8
to
49cec46
Compare
2fcd9c1
to
4caaee2
Compare
I run all music-metadata with success local against 4caaee2, as reported Borewit/music-metadata#2103 (comment), which gives me confidence that the dependent changes in |
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, you may conciser to update strtok3 to 7.1.0 to allign dependencies.
It's time to say Goodbye, node.js Buffer in this library.
Resolves #578
Dependencies
token-types
to take encoding forStringType
indexOf
&getUintBE
touint8array-extras
This was an interesting challenge. Please hold while I raise PRs to these two dependencies.Update: PRs raised for both dependencies, I'll come back and update this once they're merged and released.Update: Both dependencies have been updated and released.