Re: Blog post for review

> I also hope this won't cause an uncontrollable
> browser fragmentation ... I mean, even worst
> than current one, where every script needs
> 387 checks before knowing what's available
> at that time for that browser.

We can't control what browser do or do not implement. However, if we move 
toward a prollyfil/polyfill model, we can let the author decide beforehand 
the features it want to require and import scripts for those that aren't 
implemented natively. Once you load the scripts for the features you use, 
you don't have to care about them. 

Received on Tuesday, 11 June 2013 21:06:21 UTC