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

x/uuid/lib/lib.deno_runtime.d.ts>event.Event#stopImmediatePropagation

Deprecated! UUID is part of the deno standard library
Latest
method event.Event.prototype.stopImmediatePropagation
import { event } from "https://deno.land/x/uuid@v0.1.2/lib/lib.deno_runtime.d.ts";
const { Event } = event;

For this particular event, no other listener will be called. Neither those attached on the same element, nor those attached on elements which will be traversed later (in capture phase, for instance).

 event.stopImmediatePropagation();