From 772dac04fe8032c6a885e3fe6019fa108f1af331 Mon Sep 17 00:00:00 2001 From: Mark Watson Date: Wed, 25 May 2016 12:58:57 -0700 Subject: [PATCH] Fix #80: Add UInt8ClampedArray to list of integer array types --- spec/Overview-WebCryptoAPI.xml | 2 +- spec/Overview.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/spec/Overview-WebCryptoAPI.xml b/spec/Overview-WebCryptoAPI.xml index 6eca199..6b0a969 100644 --- a/spec/Overview-WebCryptoAPI.xml +++ b/spec/Overview-WebCryptoAPI.xml @@ -894,7 +894,7 @@ interface Crypto {
  • If array is not of an integer type (i.e., Int8Array, Uint8Array, - Int16Array, Uint16Array, Int32Array, or Uint32Array), throw a + Int16Array, Uint16Array, Int32Array, Uint32Array or UInt8ClampedArray), throw a TypeMismatchError and terminate the algorithm.

    diff --git a/spec/Overview.html b/spec/Overview.html index 29f699e..ae01883 100644 --- a/spec/Overview.html +++ b/spec/Overview.html @@ -904,7 +904,7 @@

    10.2.1. The getRandomValues method

  • If array is not of an integer type (i.e., Int8Array, Uint8Array, - Int16Array, Uint16Array, Int32Array, or Uint32Array), throw a + Int16Array, Uint16Array, Int32Array, Uint32Array or UInt8ClampedArray), throw a TypeMismatchError and terminate the algorithm.