Alias for querySelector. Note this function is deprecated because its semantics will be changing in the future.

Source

@deprecated
@Experimental()
Element query(String relativeSelectors) => document.query(relativeSelectors);