Web/API/Event/stopImmediatePropagation

From Get docs
< Web/API‎ | Event


The stopImmediatePropagation() method of the Event interface prevents other listeners of the same event from being called.

If several listeners are attached to the same element for the same event type, they are called in the order in which they were added. If stopImmediatePropagation() is invoked during one such call, no remaining listeners will be called.

Syntax

event.stopImmediatePropagation();

Specifications

Specification Status Comment
DOMThe definition of 'Event.stopImmediatePropagation()' in that specification. Living Standard  

Browser compatibility

Update compatibility data on GitHub

Desktop Mobile
Chrome Edge Firefox Internet Explorer Opera Safari Android webview Chrome for Android Firefox for Android Opera for Android Safari on iOS Samsung Internet
stopImmediatePropagation Chrome

Full support 6

Edge

Full support 12

Firefox

Full support 10

IE

Full support 9

Opera

Full support 15

Safari

Full support 5

WebView Android

Full support ≤37

Chrome Android

Full support 18

Firefox Android

Full support 10

Opera Android

Full support 14

Safari iOS

Full support 5

Samsung Internet Android

Full support 1.0

Legend

Full support  
Full support