-
Notifications
You must be signed in to change notification settings - Fork 29.8k
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
doc: document extent of crypto Uint8Array support #11982
Conversation
doc/api/crypto.md
Outdated
[initialization vector][]. Both arguments must be `'utf8'` encoded strings or | ||
[buffers][`Buffer`]. | ||
[initialization vector][]. Both arguments must be `'utf8'` encoded strings, | ||
[buffers][`Buffer`] or `Uint8Array`s. |
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.
Buffers
?
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.
@TimothyGu you mean the buffers
that was already there should be uppercase? makes sense, updated
1d68984
to
bf026b0
Compare
bf026b0
to
ad775e1
Compare
PR-URL: #11982 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
Landed in e40ac30 |
This will require a manual backport to v7.x |
Should this be backported to |
Checklist
Affected core subsystem(s)