Skip to content

Commit

Permalink
Refer to the "create an ArrayBuffer" algorithm of WebIDL
Browse files Browse the repository at this point in the history
  • Loading branch information
twiss committed Jun 20, 2023
1 parent e0c3afc commit c734af0
Showing 1 changed file with 55 additions and 28 deletions.
83 changes: 55 additions & 28 deletions spec/Overview.html
Original file line number Diff line number Diff line change
Expand Up @@ -2060,7 +2060,7 @@ <h4>The deriveBits method</h4>
</li>
<li>
<p>
Let |result| be a new {{ArrayBuffer}}
Let |result| be the result of [= ArrayBuffer/create | creating =] an {{ArrayBuffer}}
containing the result of performing the derive bits operation
specified by |normalizedAlgorithm| using |baseKey|,
|algorithm| and |length|.
Expand Down Expand Up @@ -3664,7 +3664,8 @@ <h4>Operations</h4>
</li>
<li>
<p>
Return a new {{ArrayBuffer}} containing |signature|.
Return the result of [= ArrayBuffer/create | creating =]
an {{ArrayBuffer}} containing |signature|.
</p>
</li>
</ol>
Expand Down Expand Up @@ -4365,7 +4366,8 @@ <h4>Operations</h4>
</li>
<li>
<p>
Let |result| be a new {{ArrayBuffer}} containing |data|.
Let |result| be the result of [= ArrayBuffer/create | creating =]
an {{ArrayBuffer}} containing |data|.
</p>
</li>
</ol>
Expand Down Expand Up @@ -4430,7 +4432,8 @@ <h4>Operations</h4>
</li>
<li>
<p>
Let |result| be a new {{ArrayBuffer}} containing |data|.
Let |result| be the result of [= ArrayBuffer/create | creating =]
an {{ArrayBuffer}} containing |data|.
</p>
</li>
</ol>
Expand Down Expand Up @@ -4697,7 +4700,8 @@ <h4>Operations</h4>
</li>
<li>
<p>
Return a new {{ArrayBuffer}} containing |signature|.
Return the result of [= ArrayBuffer/create | creating =]
an {{ArrayBuffer}} containing |signature|.
</p>
</li>
</ol>
Expand Down Expand Up @@ -5389,7 +5393,8 @@ <h4>Operations</h4>
</li>
<li>
<p>
Let |result| be a new {{ArrayBuffer}} containing |data|.
Let |result| be the result of [= ArrayBuffer/create | creating =]
an {{ArrayBuffer}} containing |data|.
</p>
</li>
</ol>
Expand Down Expand Up @@ -5454,7 +5459,8 @@ <h4>Operations</h4>
</li>
<li>
<p>
Let |result| be a new {{ArrayBuffer}} containing |data|.
Let |result| be the result of [= ArrayBuffer/create | creating =]
an {{ArrayBuffer}} containing |data|.
</p>
</li>
</ol>
Expand Down Expand Up @@ -5724,7 +5730,8 @@ <h4>Operations</h4>
</li>
<li>
<p>
Return a new {{ArrayBuffer}} containing |ciphertext|.
Return the result of [= ArrayBuffer/create | creating =]
an {{ArrayBuffer}} containing |ciphertext|.
</p>
</li>
</ol>
Expand Down Expand Up @@ -5775,7 +5782,8 @@ <h4>Operations</h4>
</li>
<li>
<p>
Return a new {{ArrayBuffer}} containing |plaintext|.
Return the result of [= ArrayBuffer/create | creating =]
an {{ArrayBuffer}} containing |plaintext|.
</p>
</li>
</ol>
Expand Down Expand Up @@ -6416,7 +6424,8 @@ <h4>Operations</h4>
</li>
<li>
<p>
Let |result| be a new {{ArrayBuffer}} containing |data|.
Let |result| be the result of [= ArrayBuffer/create | creating =]
an {{ArrayBuffer}} containing |data|.
</p>
</li>
</ol>
Expand Down Expand Up @@ -6481,7 +6490,8 @@ <h4>Operations</h4>
</li>
<li>
<p>
Let |result| be a new {{ArrayBuffer}} containing |data|.
Let |result| be the result of [= ArrayBuffer/create | creating =]
an {{ArrayBuffer}} containing |data|.
</p>
</li>
</ol>
Expand Down Expand Up @@ -6868,7 +6878,8 @@ <h4>Operations</h4>
</li>
<li>
<p>
Return a new {{ArrayBuffer}} containing |result|.
Return the result of [= ArrayBuffer/create | creating =]
an {{ArrayBuffer}} containing |result|.
</p>
</li>
</ol>
Expand Down Expand Up @@ -8040,7 +8051,8 @@ <h4>Operations</h4>
</li>
<li>
<p>
Let |result| be a new {{ArrayBuffer}} containing |data|.
Let |result| be the result of [= ArrayBuffer/create | creating =]
an {{ArrayBuffer}} containing |data|.
</p>
</li>
</ol>
Expand Down Expand Up @@ -8195,7 +8207,8 @@ <h4>Operations</h4>
</li>
<li>
<p>
Let |result| be a new {{ArrayBuffer}} containing |data|.
Let |result| be the result of [= ArrayBuffer/create | creating =]
an {{ArrayBuffer}} containing |data|.
</p>
</li>
</ol>
Expand Down Expand Up @@ -8371,7 +8384,8 @@ <h4>Operations</h4>
</li>
<li>
<p>
Let |result| be a new {{ArrayBuffer}} containing |data|.
Let |result| be the result of [= ArrayBuffer/create | creating =]
an {{ArrayBuffer}} containing |data|.
</p>
</li>
</ol>
Expand Down Expand Up @@ -9944,7 +9958,8 @@ <h4>Operations</h4>
</li>
<li>
<p>
Let |result| be a new {{ArrayBuffer}} containing |data|.
Let |result| be the result of [= ArrayBuffer/create | creating =]
an {{ArrayBuffer}} containing |data|.
</p>
</li>
</ol>
Expand Down Expand Up @@ -10103,7 +10118,8 @@ <h4>Operations</h4>
</li>
<li>
<p>
Return a new {{ArrayBuffer}} containing |ciphertext|.
Return the result of [= ArrayBuffer/create | creating =]
an {{ArrayBuffer}} containing |ciphertext|.
</p>
</li>
</ol>
Expand Down Expand Up @@ -10143,7 +10159,8 @@ <h4>Operations</h4>
</li>
<li>
<p>
Return a new {{ArrayBuffer}} containing |plaintext|.
Return the result of [= ArrayBuffer/create | creating =]
an {{ArrayBuffer}} containing |plaintext|.
</p>
</li>
</ol>
Expand Down Expand Up @@ -10417,7 +10434,8 @@ <h4>Operations</h4>
</li>
<li>
<p>
Let |result| be a new {{ArrayBuffer}} containing |data|.
Let |result| be the result of [= ArrayBuffer/create | creating =]
an {{ArrayBuffer}} containing |data|.
</p>
</li>
</ol>
Expand Down Expand Up @@ -10628,7 +10646,8 @@ <h4>Operations</h4>
</li>
<li>
<p>
Return a new {{ArrayBuffer}} containing |ciphertext|.
Return the result of [= ArrayBuffer/create | creating =]
an {{ArrayBuffer}} containing |ciphertext|.
</p>
</li>
</ol>
Expand Down Expand Up @@ -10674,7 +10693,8 @@ <h4>Operations</h4>
</li>
<li>
<p>
Return a new {{ArrayBuffer}} containing |plaintext|.
Return the result of [= ArrayBuffer/create | creating =]
an {{ArrayBuffer}} containing |plaintext|.
</p>
</li>
</ol>
Expand Down Expand Up @@ -10949,7 +10969,8 @@ <h4>Operations</h4>
</li>
<li>
<p>
Let |result| be a new {{ArrayBuffer}} containing |data|.
Let |result| be the result of [= ArrayBuffer/create | creating =]
an {{ArrayBuffer}} containing |data|.
</p>
</li>
</ol>
Expand Down Expand Up @@ -11199,7 +11220,8 @@ <h4>Operations</h4>
</li>
<li>
<p>
Return a new {{ArrayBuffer}} containing |ciphertext|.
Return the result of [= ArrayBuffer/create | creating =]
an {{ArrayBuffer}} containing |ciphertext|.
</p>
</li>
</ol>
Expand Down Expand Up @@ -11294,7 +11316,8 @@ <h4>Operations</h4>
</li>
<li>
<p>
Return a new {{ArrayBuffer}} containing |plaintext|.
Return the result of [= ArrayBuffer/create | creating =]
an {{ArrayBuffer}} containing |plaintext|.
</p>
</li>
</ol>
Expand Down Expand Up @@ -11569,7 +11592,8 @@ <h4>Operations</h4>
</li>
<li>
<p>
Let |result| be a new {{ArrayBuffer}} containing |data|.
Let |result| be the result of [= ArrayBuffer/create | creating =]
an {{ArrayBuffer}} containing |data|.
</p>
</li>
</ol>
Expand Down Expand Up @@ -12044,7 +12068,8 @@ <h4>Operations</h4>
</li>
<li>
<p>
Let |result| be a new {{ArrayBuffer}} containing |data|.
Let |result| be the result of [= ArrayBuffer/create | creating =]
an {{ArrayBuffer}} containing |data|.
</p>
</li>
</ol>
Expand Down Expand Up @@ -12260,7 +12285,8 @@ <h4>Operations</h4>
</li>
<li>
<p>
Return a new {{ArrayBuffer}} containing |mac|.
Return the result of [= ArrayBuffer/create | creating =]
an {{ArrayBuffer}} containing |mac|.
</p>
</li>
</ol>
Expand Down Expand Up @@ -12691,7 +12717,8 @@ <h4>Operations</h4>
<ol>
<li>
<p>
Let |result| be a new {{ArrayBuffer}} containing |data|.
Let |result| be the result of [= ArrayBuffer/create | creating =]
an {{ArrayBuffer}} containing |data|.
</p>
</li>
</ol>
Expand Down

0 comments on commit c734af0

Please sign in to comment.