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 568172c commit ea0eb4fCopy full SHA for ea0eb4f
src/main/scala/org/scalajs/dom/raw.scala
@@ -321,7 +321,7 @@ object raw {
321
type HTMLCanvasElement = dom.HTMLCanvasElement
322
323
@deprecated("use dom.HTMLCollection instead", "2.0.0")
324
- type HTMLCollectionElement[E] = dom.HTMLCollection[E]
+ type HTMLCollectionElement = dom.HTMLCollection[dom.Element]
325
326
@deprecated("use dom.HTMLDataListElement instead", "2.0.0")
327
type HTMLDataListElement = dom.HTMLDataListElement
0 commit comments