diff --git a/doc/api/webcrypto.md b/doc/api/webcrypto.md index 2cb6981b8794c9..0c5fa8b413b992 100644 --- a/doc/api/webcrypto.md +++ b/doc/api/webcrypto.md @@ -684,6 +684,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