Skip to content

Commit e80ebde

Browse files
author
exoego
committed
HTMLImageElement.create is not defined in any standard.
1 parent e9ae7ad commit e80ebde

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/scala/org/scalajs/dom/raw/Html.scala

+1
Original file line numberDiff line numberDiff line change
@@ -1546,6 +1546,7 @@ abstract class HTMLImageElement extends HTMLElement {
15461546
*/
15471547
def complete: Boolean = js.native
15481548

1549+
@deprecated("Non-standard.", "0.9.8")
15491550
def create(): HTMLImageElement = js.native
15501551

15511552
var onload: js.Function1[Event, _] = js.native

0 commit comments

Comments
 (0)