schickling/chromeless

Allow support for querySelectorAll

Open

#134 opened on 2017年8月1日

GitHub で見る
 (2 comments) (2 reactions) (0 assignees)TypeScript (606 forks)batch import
APIfeaturehelp wanted

Repository metrics

Stars
 (13,240 stars)
PR merge metrics
 (30d に merged PR はありません)

説明

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 ?

コントリビューターガイド