Skip to content

Commit 7fdee33

Browse files
committed
Explicitly return byte sequences in export key operations
1 parent 2c0acc4 commit 7fdee33

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

spec/Overview.html

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12415,7 +12415,8 @@ <h4>Operations</h4>
1241512415
<ol>
1241612416
<li>
1241712417
<p>
12418-
Let |data| be the raw octets of the key represented by {{CryptoKey/[[handle]]}} internal slot of
12418+
Let |data| be a [= byte sequence =] containing
12419+
the raw octets of the key represented by {{CryptoKey/[[handle]]}} internal slot of
1241912420
|key|.
1242012421
</p>
1242112422
</li>
@@ -12958,7 +12959,8 @@ <h4>Operations</h4>
1295812959
<ol>
1295912960
<li>
1296012961
<p>
12961-
Let |data| be the raw octets of the key represented by {{CryptoKey/[[handle]]}} internal slot of
12962+
Let |data| be a [= byte sequence =] containing
12963+
the raw octets of the key represented by {{CryptoKey/[[handle]]}} internal slot of
1296212964
|key|.
1296312965
</p>
1296412966
</li>
@@ -13584,7 +13586,8 @@ <h4>Operations</h4>
1358413586
<ol>
1358513587
<li>
1358613588
<p>
13587-
Let |data| be the raw octets of the key represented by {{CryptoKey/[[handle]]}} internal slot of
13589+
Let |data| be a [= byte sequence =] containing
13590+
the raw octets of the key represented by {{CryptoKey/[[handle]]}} internal slot of
1358813591
|key|.
1358913592
</p>
1359013593
</li>
@@ -14069,7 +14072,8 @@ <h4>Operations</h4>
1406914072
<ol>
1407014073
<li>
1407114074
<p>
14072-
Let |data| be the raw octets of the key represented by {{CryptoKey/[[handle]]}} internal slot of
14075+
Let |data| be a [= byte sequence =] containing
14076+
the raw octets of the key represented by {{CryptoKey/[[handle]]}} internal slot of
1407314077
|key|.
1407414078
</p>
1407514079
</li>

0 commit comments

Comments
 (0)