Re: Reviewing the querySelectorLive prollyfill

On Jul 3, 2013, at 7:10 AM, François REMY <francois.remy.dev@outlook.com> wrote:

> Hi there,
> 
> I'm looking for friendly web angels who are okay reviewing the 1st iteration of my live querySelectorAll prollyfill:

Simple point of confusion (sorry I'm missing some context), isn't this a polyfill and not a prollyfill?

> I'm particularly interested in any idea that could improve the performance, but also on general polyfill guidance.

I don't see the source code, only the demo HTML file, README, and a couple dot-files. Did you check the source in somewhere else?

> I should probably wrap my implementation in a module, what do you think would be best?

I guess it depends whether you intend this to patch prototypes or actually provide a different entry point from querySelectorAll.

Dave

Received on Wednesday, 3 July 2013 15:52:33 UTC