bubbles Indicates whether the given event bubbles up through the DOM or not. Syntax bool = event.bubbles Parameters bool is a boolean true | false. Example // example here Notes Additional notes. Specification link to spec
Indicates whether the given event bubbles up through the DOM or not.
bool = event.bubbles
bool is a boolean true | false.
// example here
Additional notes.
link to spec