File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2634,7 +2634,7 @@
The wrapKey method
2634
2634
2635
2635
2636
2636
2637
- Let |key | be the result of performing the export key operation specified by
2637
+ Let |exportedKey | be the result of performing the export key operation specified by
2638
2638
the {{CryptoKey/[[algorithm]]}} internal slot of
2639
2639
|key| using |key| and |format|.
2640
2640
@@ -2646,7 +2646,7 @@
The wrapKey method
2646
2646
{{KeyFormat/"pkcs8"}}, or {{KeyFormat/"spki"}}:
2647
2647
2648
2648
2649
- Let |bytes| be |key |.
2649
+ Let |bytes| be |exportedKey |.
2650
2650
2651
2651
2652
2652
If |format| is equal to the string {{KeyFormat/"jwk"}}:
@@ -2655,7 +2655,7 @@
The wrapKey method
2655
2655
2656
2656
2657
2657
2658
- Let |json| be the result of representing |key | as a
2658
+ Let |json| be the result of representing |exportedKey | as a
2659
2659
UTF-16 string conforming to the JSON grammar; for example, by executing
2660
2660
the `JSON.stringify` algorithm specified in
2661
2661
[[ECMA-262]] in the context of a new global object.
You can’t perform that action at this time.
0 commit comments