Skip to content

Commit 153a6a1

Browse files
authored
Update html.scala
Add alias to HTMLDialogElement
1 parent f336bd3 commit 153a6a1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dom/src/main/scala/org/scalajs/dom/html.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)