We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4b8ad4e + 2176d73 commit 418691cCopy full SHA for 418691c
JavaScript/TypedArray.hs
@@ -2,7 +2,7 @@ module JavaScript.TypedArray
2
( TypedArray(..)
3
, Int8Array, Int16Array, Int32Array
4
, Uint8Array, Uint16Array, Uint32Array
5
- , Uint8ClampedArray
+ , Uint8ClampedArray, Float32Array, Float64Array
6
, length
7
, byteLength
8
, byteOffset
0 commit comments