diff --git a/doc/api/webcrypto.md b/doc/api/webcrypto.md index fdea21a3f6c8fb..1df81165322645 100644 --- a/doc/api/webcrypto.md +++ b/doc/api/webcrypto.md @@ -682,6 +682,7 @@ added: v15.0.0 * `algorithm`: {RsaOaepParams|AesCtrParams|AesCbcParams|AesGcmParams} * `key`: {CryptoKey} +* `data`: {ArrayBuffer|TypedArray|DataView|Buffer} * Returns: {Promise} containing {ArrayBuffer} Using the method and parameters specified by `algorithm` and the keying