cancelBubble Indicates whether the event bubbling was canceled for this event. Syntax bool = event.cancelBubble Parameters bool is a boolean true | false. Example // example here Notes Additional notes. Specification link to spec
Indicates whether the event bubbling was canceled for this event.
bool = event.cancelBubble
bool is a boolean true | false.
// example here
Additional notes.
link to spec