Skip to content

Commit

Permalink
Fix #80: Add UInt8ClampedArray to list of integer array types
Browse files Browse the repository at this point in the history
  • Loading branch information
mwatson2 committed May 25, 2016
1 parent ce43190 commit 772dac0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion spec/Overview-WebCryptoAPI.xml
Original file line number Diff line number Diff line change
Expand Up @@ -894,7 +894,7 @@ interface <dfn id="dfn-Crypto">Crypto</dfn> {
<li>
<p>
If <var>array</var> is not of an integer type (i.e., Int8Array, Uint8Array,
Int16Array, Uint16Array, Int32Array, or Uint32Array), <a href="#concept-throw">throw</a> a
Int16Array, Uint16Array, Int32Array, Uint32Array or UInt8ClampedArray), <a href="#concept-throw">throw</a> a
<code>TypeMismatchError</code> and
<a href="#terminate-the-algorithm">terminate the algorithm</a>.
</p>
Expand Down
2 changes: 1 addition & 1 deletion spec/Overview.html
Original file line number Diff line number Diff line change
Expand Up @@ -904,7 +904,7 @@ <h4>10.2.1. The getRandomValues method</h4>
<li>
<p>
If <var>array</var> is not of an integer type (i.e., Int8Array, Uint8Array,
Int16Array, Uint16Array, Int32Array, or Uint32Array), <a href="#concept-throw">throw</a> a
Int16Array, Uint16Array, Int32Array, Uint32Array or UInt8ClampedArray), <a href="#concept-throw">throw</a> a
<code>TypeMismatchError</code> and
<a href="#terminate-the-algorithm">terminate the algorithm</a>.
</p>
Expand Down

0 comments on commit 772dac0

Please sign in to comment.