event.cancelBubble
稳定性: 3 - 旧版: 改为使用
event.stopPropagation()
。- 类型: <boolean>
如果设置为 true
,则为 event.stopPropagation()
的别名。
这在 Node.js 中没有使用,纯粹是为了完整性而提供的。
Stability: 3 - Legacy: Use
event.stopPropagation()
instead.- Type: <boolean>
Alias for event.stopPropagation()
if set to true
. This is not used
in Node.js and is provided purely for completeness.