You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<desc> Returns whether <a href="/event.stopPropagation/">event.stopPropagation()</a> was ever called on this event object. </desc>
<longdesc>
<p>This event method is described in the <a href="http://www.w3.org/TR/2003/WD-DOM-Level-3-Events-20030331/events.html#Events-Event-isPropagationStopped">W3C DOM Level 3 specification</a>.</p>
</longdesc>
<example>
<desc>Checks whether event.stopPropagation() was called</desc>