Retrieve a node higher than the current webcomponent.
Where:
selector
: String
, Selector to be used by Element.matches when searching for the parent.
parent
: Element
, ascending search result according to selector.
Where:
parents:
parent nodes of the webcomponent
composed
: bypasses shadow DOM in parent capture.