Skip to main content
Module

x/netzo/deno.d.ts>Event#composedPath

SDK for Netzo, the open Web platform to unify IoT devices, applications and services.
Go to Latest
method Event.prototype.composedPath
import { Event } from "https://deno.land/x/netzo@v0.1.10/deno.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.