Skip to content

Commit 1ad8b05

Browse files
authored
doc: fix CryptoKey.algorithm type and other interfaces in webcrypto.md
PR-URL: #58294 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Yagiz Nizipli <[email protected]>
1 parent 373f2c5 commit 1ad8b05

3 files changed

Lines changed: 175 additions & 35 deletions

File tree

doc/api/crypto.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2146,7 +2146,7 @@ added:
21462146

21472147
<!--lint disable maximum-line-length remark-lint-->
21482148

2149-
* `algorithm`: {AlgorithmIdentifier|RsaHashedImportParams|EcKeyImportParams|HmacImportParams}
2149+
* `algorithm`: {string|Algorithm|RsaHashedImportParams|EcKeyImportParams|HmacImportParams}
21502150

21512151
<!--lint enable maximum-line-length remark-lint-->
21522152

0 commit comments

Comments
 (0)