File tree 3 files changed +3
-0
lines changed
dom/src/main/scala/org/scalajs/dom
3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -26993,6 +26993,7 @@ html[SO] type Canvas = HTMLCanvasElement
26993
26993
html[SO] type Collection[+E] = HTMLCollection[E]
26994
26994
html[SO] type DList = HTMLDListElement
26995
26995
html[SO] type DataList = HTMLDataListElement
26996
+ html[SO] type Dialog = HTMLDialogElement
26996
26997
html[SO] type Div = HTMLDivElement
26997
26998
html[SO] type Document = HTMLDocument
26998
26999
html[SO] type Element = HTMLElement
Original file line number Diff line number Diff line change @@ -26993,6 +26993,7 @@ html[SO] type Canvas = HTMLCanvasElement
26993
26993
html[SO] type Collection[+E] = HTMLCollection[E]
26994
26994
html[SO] type DList = HTMLDListElement
26995
26995
html[SO] type DataList = HTMLDataListElement
26996
+ html[SO] type Dialog = HTMLDialogElement
26996
26997
html[SO] type Div = HTMLDivElement
26997
26998
html[SO] type Document = HTMLDocument
26998
26999
html[SO] type Element = HTMLElement
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ object html {
13
13
type Collection [+ E ] = HTMLCollection [E ]
14
14
type DataList = HTMLDataListElement
15
15
type Div = HTMLDivElement
16
+ type Dialog = HTMLDialogElement
16
17
type DList = HTMLDListElement
17
18
type Document = HTMLDocument
18
19
type Element = HTMLElement
You can’t perform that action at this time.
0 commit comments