slightlyoff / Promises

DOM Promises IDL/polyfill
Apache License 2.0
155 stars 28 forks source link

Promises polyfill should not override native Promises #75

Open dfreedm opened 10 years ago

dfreedm commented 10 years ago

Native Promises have started landing in places (like Chrome Canary), so the polyfill shouldn't try to stomp on global.Promises so blithely.

dfreedm commented 10 years ago

This is about the only thing keeping Promises from integrating with Polymer :) @bkardell @slightlyoff