Closed
Description
The ImageData.data is defined and documented as follows:
scala-js-dom/dom/src/main/scala/org/scalajs/dom/ImageData.scala
Lines 23 to 26 in 7d0508c
I am confused: is the type Uint8ClampedArray
, or js.Array[Int]
? Or are those types interchangeable somehow? If they are, perhaps the documentation could clarify how.