schickling/chromeless

Allow support for querySelectorAll

Open

#134 创建于 2017年8月1日

在 GitHub 查看
 (2 评论) (2 反应) (0 负责人)TypeScript (13,240 star) (606 fork)batch import
APIfeaturehelp wanted

描述

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 ?

贡献者指南