We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb2658b commit dcd4bc5Copy full SHA for dcd4bc5
src/main/scala/org/scalajs/dom/raw/lib.scala
@@ -6062,14 +6062,14 @@ class ImageBitmap extends js.Object {
6062
*
6063
* MDN
6064
*/
6065
- def height: Long = js.native
+ def height: Int = js.native
6066
6067
/**
6068
* Is an unsigned long representing the width, in CSS pixels, of the ImageBitmap.
6069
6070
6071
6072
- def width: Long = js.native
+ def width: Int = js.native
6073
6074
6075
* Dispose of all graphical resources associated with an ImageBitmap.
0 commit comments