We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
event.cancelBubble
1 parent 82023f2 commit 76408bcCopy full SHA for 76408bc
doc/api/events.md
@@ -1748,14 +1748,16 @@ added: v14.5.0
1748
1749
This is not used in Node.js and is provided purely for completeness.
1750
1751
-#### `event.cancelBubble()`
+#### `event.cancelBubble`
1752
1753
<!-- YAML
1754
added: v14.5.0
1755
-->
1756
1757
-Alias for `event.stopPropagation()`. This is not used in Node.js and is
1758
-provided purely for completeness.
+* Type: {boolean}
+
1759
+Alias for `event.stopPropagation()` if set to `true`. This is not used
1760
+in Node.js and is provided purely for completeness.
1761
1762
#### `event.cancelable`
1763
0 commit comments