Closed Whoaa512 closed 8 years ago
Instead of pulling in a library for this, at this point we should assume window.Promise exists and use it. expect anyone pulling this in to polyfill it before using the lib (it's a standard available in todays stable browses, no reason we should be handling it within the library anymore, it can be done outside if you NEED it)
pulling in a package for this just adds more un-needed code when you could just reference Promise directly.
Closed in favor of #69
@rhys-vdw, this should address #53, & #28