Searches for some [Nodes](https://developer.mozilla.org/en-US/docs/Web/API/Node) matching the given `selector` from [node](https://developer.mozilla.org/en-US/docs/Web/API/Node).
</td><td>
</td></tr>
<tr><td>
queryOne
</td><td>
`optional`
</td><td>
(node: Node, selector: string) => Node \| null
</td><td>
Searches for a [Node](https://developer.mozilla.org/en-US/docs/Web/API/Node) matching the given `selector` from [node](https://developer.mozilla.org/en-US/docs/Web/API/Node).