Skip to content

Commit 635de87

Browse files
authored
Merge pull request #753 from Lasering/patch-1
Add alias to HTMLDialogElement in html object.
2 parents f336bd3 + 341b171 commit 635de87

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

api-reports/2_12.txt

+1
Original file line numberDiff line numberDiff line change
@@ -26993,6 +26993,7 @@ html[SO] type Canvas = HTMLCanvasElement
2699326993
html[SO] type Collection[+E] = HTMLCollection[E]
2699426994
html[SO] type DList = HTMLDListElement
2699526995
html[SO] type DataList = HTMLDataListElement
26996+
html[SO] type Dialog = HTMLDialogElement
2699626997
html[SO] type Div = HTMLDivElement
2699726998
html[SO] type Document = HTMLDocument
2699826999
html[SO] type Element = HTMLElement

api-reports/2_13.txt

+1
Original file line numberDiff line numberDiff line change
@@ -26993,6 +26993,7 @@ html[SO] type Canvas = HTMLCanvasElement
2699326993
html[SO] type Collection[+E] = HTMLCollection[E]
2699426994
html[SO] type DList = HTMLDListElement
2699526995
html[SO] type DataList = HTMLDataListElement
26996+
html[SO] type Dialog = HTMLDialogElement
2699626997
html[SO] type Div = HTMLDivElement
2699726998
html[SO] type Document = HTMLDocument
2699826999
html[SO] type Element = HTMLElement

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

+1
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)