Skip to content

Commit 9a47668

Browse files
resolve undefined publicKeyAlgorithm
SHA: e21afda Reason: push, by panva Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 3596b2b commit 9a47668

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1049,7 +1049,7 @@ <h1 id="title" class="title">Modern Algorithms in the Web Cryptography API</h1>
10491049
<li>
10501050
<p>
10511051
Set the <a href="https://www.w3.org/TR/webcrypto-2/#dfn-CryptoKey-slot-algorithm"><code>[[algorithm]]</code></a> internal
1052-
slot of <var>publicKey</var> to <var>publicKeyAlgorithm</var>.
1052+
slot of <var>publicKey</var> to <a data-link-type="method" data-lt="structuredClone()" href="https://html.spec.whatwg.org/multipage/structured-data.html#dom-structuredclone"><code>structuredClone</code></a><code>()</code> of <var>algorithm</var>.
10531053
</p>
10541054
</li>
10551055
<li>

0 commit comments

Comments
 (0)