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 f336bd3 commit 153a6a1Copy full SHA for 153a6a1
dom/src/main/scala/org/scalajs/dom/html.scala
@@ -13,6 +13,7 @@ object html {
13
type Collection[+E] = HTMLCollection[E]
14
type DataList = HTMLDataListElement
15
type Div = HTMLDivElement
16
+ type Dialog = HTMLDialogElement
17
type DList = HTMLDListElement
18
type Document = HTMLDocument
19
type Element = HTMLElement
0 commit comments