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.
1 parent 8db5e32 commit e561173Copy full SHA for e561173
dom/src/main/scala/org/scalajs/dom/HTMLImageElement.scala
@@ -31,7 +31,7 @@ abstract class HTMLImageElement extends HTMLElement {
31
/** A string whose value provides a hint to the user agent on how to handle the loading of the image which is
32
* currently outside the window's visual viewport.
33
*/
34
- var loading: String = js.native
+ var loading: ImageLoadingMode = js.native
35
36
/** Reflects the src HTML attribute, containing the URL of the image. */
37
var src: String = js.native
0 commit comments