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 b7194a5 commit 879d4aeCopy full SHA for 879d4ae
src/main/scala/org/scalajs/dom/raw/lib.scala
@@ -4830,7 +4830,7 @@ trait MutationEventInit extends EventInit {
4830
"WHATWG DOM")
4831
@js.native
4832
@JSGlobal
4833
-class MutationEvent extends Event("", js.undefined) {
+class MutationEvent private[this] extends Event(js.native, js.native) {
4834
def newValue: String = js.native
4835
4836
def attrChange: Int = js.native
0 commit comments