queryAll function

List<Element> queryAll(
  1. String selector
)

Queries for all matching elements within the component's shadow root.

This is a stub — see query for details.

Implementation

List<web.Element> queryAll(String selector) => [];