Async iterator over DOM query strings
query(`div`); // all DIVsquery([`.class`, `.and-other-class`]); // All things with these two classes Copy
query(`div`); // all DIVsquery([`.class`, `.and-other-class`]); // All things with these two classes
Async iterator over DOM query strings