We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
event.initEvent
1 parent f5974f6 commit fa88cdbCopy full SHA for fa88cdb
doc/api/events.md
@@ -1817,6 +1817,21 @@ added: v14.5.0
1817
1818
This is not used in Node.js and is provided purely for completeness.
1819
1820
+#### `event.initEvent(type[, bubbles, cancelable])`
1821
+
1822
+<!-- YAML
1823
+added: REPLACEME
1824
+-->
1825
1826
+> Stability: 3 - Legacy
1827
1828
+* `type` {string}
1829
+* `bubbles` {boolean}
1830
+* `cancelable` {boolean}
1831
1832
+Redundant with event constructors and incapable of setting `composed`.
1833
+This is not used in Node.js and is provided purely for completeness.
1834
1835
#### `event.isTrusted`
1836
1837
<!-- YAML
0 commit comments