Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/deno/ext/web/lib.deno_web.d.ts>Event#stopImmediatePropagation

A modern runtime for JavaScript and TypeScript.
Go to Latest
method Event.prototype.stopImmediatePropagation
import { Event } from "https://deno.land/x/deno@v1.27.1/ext/web/lib.deno_web.d.ts";

Invoking this method prevents event from reaching any registered event listeners after the current one finishes running and, when dispatched in a tree, also prevents event from reaching any other objects.