event.cancelBubble


稳定性: 3 - 旧版:改用 event.stopPropagation()

¥Stability: 3 - Legacy: Use event.stopPropagation() instead.

如果设置为 true,则为 event.stopPropagation() 的别名。这在 Node.js 中没有使用,纯粹是为了完整性而提供的。

¥Alias for event.stopPropagation() if set to true. This is not used in Node.js and is provided purely for completeness.