event.cancelBubble


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

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

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

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