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#composedPath

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

Returns the event’s path (objects on which listeners will be invoked). This does not include nodes in shadow trees if the shadow root was created with its ShadowRoot.mode closed.

 event.composedPath();