Skip to content

Commit d86f10c

Browse files
exoegotargos
exoego
authored andcommitted
doc: add KeyObject to type for crypto.createDecipheriv() argument
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>
1 parent 1303e35 commit d86f10c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/crypto.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1736,7 +1736,7 @@ changes:
17361736
-->
17371737

17381738
* `algorithm` {string}
1739-
* `key` {string | Buffer | TypedArray | DataView}
1739+
* `key` {string | Buffer | TypedArray | DataView | KeyObject}
17401740
* `iv` {string | Buffer | TypedArray | DataView | null}
17411741
* `options` {Object} [`stream.transform` options][]
17421742
* Returns: {Decipher}

0 commit comments

Comments
 (0)