composedPath method
The composedPath()
method of the Event
interface returns the event's path which is an array of the 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.
Implementation
external JSArray<EventTarget> composedPath();