Skip to content

Commit

Permalink
doc: add KeyObject to type for crypto.createDecipheriv() argument
Browse files Browse the repository at this point in the history
PR-URL: #29689
Reviewed-By: David Carlier <[email protected]>
Reviewed-By: Ruben Bridgewater <[email protected]>
Reviewed-By: Tobias Nießen <[email protected]>
Reviewed-By: Luigi Pinca <[email protected]>
Reviewed-By: James M Snell <[email protected]>
  • Loading branch information
exoego authored and targos committed Oct 1, 2019
1 parent 1303e35 commit d86f10c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/crypto.md
Original file line number Diff line number Diff line change
Expand Up @@ -1736,7 +1736,7 @@ changes:
-->

* `algorithm` {string}
* `key` {string | Buffer | TypedArray | DataView}
* `key` {string | Buffer | TypedArray | DataView | KeyObject}
* `iv` {string | Buffer | TypedArray | DataView | null}
* `options` {Object} [`stream.transform` options][]
* Returns: {Decipher}
Expand Down

0 comments on commit d86f10c

Please sign in to comment.