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 <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>
  • Loading branch information
exoego authored and Trott committed Sep 27, 2019
1 parent 63c0f15 commit 5e1440c
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 5e1440c

Please sign in to comment.