Skip to content

Commit fb6c7f5

Browse files
deokjinkimtargos
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 992ad0d commit fb6c7f5

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
@@ -684,6 +684,7 @@ added: v15.0.0
684684

685685
* `algorithm`: {RsaOaepParams|AesCtrParams|AesCbcParams|AesGcmParams}
686686
* `key`: {CryptoKey}
687+
* `data`: {ArrayBuffer|TypedArray|DataView|Buffer}
687688
* Returns: {Promise} containing {ArrayBuffer}
688689

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

0 commit comments

Comments
 (0)