A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://webplatform.github.io/docs/dom/Event/stopImmediatePropagation below:

stopImmediatePropagation ยท WebPlatform Docs

stopImmediatePropagation Summary

Prevents any further propagation of an event.

Method of dom/Eventdom/Event

Syntax
 event.stopImmediatePropagation();
Return Value

No return value

Usage
 Use this method to prevent any further dispatch of the event, even if additional event handlers remain on the target element.
Notes

To allow the remaining handlers to run, use the stopPropagation method instead.

Related specifications
DOM Level 3 Events
Working Draft
See also Related pages Attributions

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4