z-core
z-core copied to clipboard
Utility library for JavaScript promises
I'd like to use Z in my angularjs app. How can I make Z use angularjs's `$q` service object to create its promises?
It seems like name collisions are already a problem for existing mixins, and I feel like this problem can only get worse over time. I propose that it would be...
Parts of the tests (chai in particular) depend on native .forEach, .map etc which prevents the library from being tested in old browsers.
Would it maybe be useful to add the possibility to wrap the promises returned from Z with another type of promises? Mixins only allow methods to be added/replaced, but the...