-
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: add KeyObject to type #29689
doc: add KeyObject to type #29689
Conversation
@@ -1736,7 +1736,7 @@ changes: | |||
--> | |||
|
|||
* `algorithm` {string} | |||
* `key` {string | Buffer | TypedArray | DataView} | |||
* `key` {string | Buffer | TypedArray | DataView | KeyObject} | |||
* `iv` {string | Buffer | TypedArray | DataView | null} |
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.
Note to reviewer:
| null
was added in https://github.com/nodejs/node/pull/29684/files#diff-29db77451cd94ef9fbab42fd5b7499d5R1740
Could you rebase your branch to get rid of the merge commit? The changes themselves are fine, but PRs should usually not contain merge commits. |
Rebased and force-pushed to get rid of the merge commit. Lite CI: https://ci.nodejs.org/job/node-test-pull-request-lite-pipeline/3940/ |
Landed in 5e1440c |
PR-URL: #29689 Reviewed-By: David Carlier <devnexen@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
PR-URL: #29689 Reviewed-By: David Carlier <devnexen@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
It is written in description, but not in type.
Checklist