Skip to content

Commit e238815

Browse files
deokjinkimUlisesGascon
authored andcommitted
doc: add missing description of argument in subtle.encrypt
Description of third argument(data) in subtle.encrypt is missed, so add it. PR-URL: #50578 Reviewed-By: Filip Skokan <[email protected]> Reviewed-By: Tobias Nießen <[email protected]>
1 parent c33a84a commit e238815

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/api/webcrypto.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -682,6 +682,7 @@ added: v15.0.0
682682

683683
* `algorithm`: {RsaOaepParams|AesCtrParams|AesCbcParams|AesGcmParams}
684684
* `key`: {CryptoKey}
685+
* `data`: {ArrayBuffer|TypedArray|DataView|Buffer}
685686
* Returns: {Promise} containing {ArrayBuffer}
686687

687688
Using the method and parameters specified by `algorithm` and the keying

0 commit comments

Comments
 (0)