Skip to content

Commit a6c65fc

Browse files
panvajuanarbol
authored andcommitted
doc: aes webcrypto unwrap is not a node-specific extensions
PR-URL: #42561 Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Rich Trott <[email protected]>
1 parent c036258 commit a6c65fc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/api/webcrypto.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -845,10 +845,10 @@ promise is resolved with a {CryptoKey} object.
845845
The wrapping algorithms currently supported include:
846846

847847
* `'RSA-OAEP'`
848-
* `'AES-CTR'`[^1]
849-
* `'AES-CBC'`[^1]
850-
* `'AES-GCM'`[^1]
851-
* `'AES-KW'`[^1]
848+
* `'AES-CTR'`
849+
* `'AES-CBC'`
850+
* `'AES-GCM'`
851+
* `'AES-KW'`
852852

853853
The unwrapped key algorithms supported include:
854854

0 commit comments

Comments
 (0)