File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed
dom/src/main/scala/org/scalajs/dom Expand file tree Collapse file tree 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
2699326993html[SO] type Collection[+E] = HTMLCollection[E]
2699426994html[SO] type DList = HTMLDListElement
2699526995html[SO] type DataList = HTMLDataListElement
26996+ html[SO] type Dialog = HTMLDialogElement
2699626997html[SO] type Div = HTMLDivElement
2699726998html[SO] type Document = HTMLDocument
2699826999html[SO] type Element = HTMLElement
Original file line number Diff line number Diff line change @@ -26993,6 +26993,7 @@ html[SO] type Canvas = HTMLCanvasElement
2699326993html[SO] type Collection[+E] = HTMLCollection[E]
2699426994html[SO] type DList = HTMLDListElement
2699526995html[SO] type DataList = HTMLDataListElement
26996+ html[SO] type Dialog = HTMLDialogElement
2699626997html[SO] type Div = HTMLDivElement
2699726998html[SO] type Document = HTMLDocument
2699826999html[SO] type Element = HTMLElement
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ object html {
1313 type Collection [+ E ] = HTMLCollection [E ]
1414 type DataList = HTMLDataListElement
1515 type Div = HTMLDivElement
16+ type Dialog = HTMLDialogElement
1617 type DList = HTMLDListElement
1718 type Document = HTMLDocument
1819 type Element = HTMLElement
You can’t perform that action at this time.
0 commit comments