We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
md5
youtube-music/plugins/last-fm/back.js
Line 2 in 3a822f6
Line 40 in 3a822f6
can be replaced with node:crypto's createHash
node:crypto
createHash
Example
const crypto = require("node:crypto") sig = crypto.createHash("md5").update(sig, "utf-8").digest("hex")
The text was updated successfully, but these errors were encountered:
advantage to this is performance and bundle size.
Sorry, something went wrong.
fix: resolves th-ch#978
7d355ea
Successfully merging a pull request may close this issue.
youtube-music/plugins/last-fm/back.js
Line 2 in 3a822f6
youtube-music/plugins/last-fm/back.js
Line 40 in 3a822f6
can be replaced with
node:crypto
'screateHash
Example
The text was updated successfully, but these errors were encountered: