schickling/chromeless

Allow support for querySelectorAll

Open

#134 aperta il 1 ago 2017

Vedi su GitHub
 (2 commenti) (2 reazioni) (0 assegnatari)TypeScript (606 fork)batch import
APIfeaturehelp wanted

Metriche repository

Star
 (13.240 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

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 ?

Guida contributor