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

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

Returns the invocation target objects of event's path (objects on which listeners will be invoked), except for any nodes in shadow trees of which the shadow root's mode is "closed" that are not reachable from event's currentTarget.