schickling/chromeless

Allow support for querySelectorAll

Open

#134 geöffnet am 1. Aug. 2017

Auf GitHub ansehen
 (2 Kommentare) (2 Reaktionen) (0 zugewiesene Personen)TypeScript (606 Forks)batch import
APIfeaturehelp wanted

Repository-Metriken

Stars
 (13.240 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

Right now we need to pass very specific selectors when there are multiple elements of the same type on the page like a mapped list of cards. It would be nice to be able to do .first(), .last() or elementList[i]. Would it be possible to support document.querySelectorAll ?

Contributor Guide