Juan Dopazo
Juan Dopazo
Hi! Here are some changes based on the latest spec changes: - Array operations no longer use `ToUint32`. Instead, they use [`ToLength`](http://people.mozilla.org/~jorendorff/es6-draft.html#sec-tolength) which makes much more sense. - Uncallable predicates...
@kriskowal I noticed you were reluctant to publish to Component. Do you feel the same way about Bower? It'd be very useful to those relying on it for CI.
I just tried the implementation in Chromium 30 and Firefox Nightly and both throw an error when trying to use prototype delegation with them. Chromium throws `TypeError: DOM object constructor...
Hi! I noticed the polyfill is checking for the existence of both the `then` and `done` functions in an object. Why check for `done`? Pretty much every implementation out there...