`UInt8ClampedArray` set method seems invalid. It s...
# javascript
h
UInt8ClampedArray
set method seems invalid. It should be
Int
and not
Byte
. I had to make my own custom
set
to fill the array. Anyone else seen this issue?