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 b8ebbd1 commit 4c8f0edCopy full SHA for 4c8f0ed
src/main/java/org/htmlunit/javascript/host/event/MutationEvent.java
@@ -14,6 +14,7 @@
14
*/
15
package org.htmlunit.javascript.host.event;
16
17
+import static org.htmlunit.javascript.configuration.SupportedBrowser.FF;
18
import static org.htmlunit.javascript.configuration.SupportedBrowser.FF_ESR;
19
20
import org.htmlunit.corejs.javascript.ScriptableObject;
@@ -32,6 +33,7 @@
32
33
* @author Ronald Brill
34
35
@JsxClass(FF_ESR)
36
+@JsxClass(value = FF, isJSObject = false)
37
public class MutationEvent extends Event {
38
39
/** Modification. */
0 commit comments