-
Notifications
You must be signed in to change notification settings - Fork 165
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Questions about implementation #213
Comments
Have a look at #104, #139 and all the ones linked there.
In JavaScript, a function ( |
Hi. I'm trying to implement Promises/A+ (not in JS) and need help. (I need to decide could these paragraph be ignored for the flexibility )
For example: avoiding deep recursion/stack overflow/etc. What else?
Why not 'null values must be ignored'? Because in my case onFulfilled can be not a function, but callable objects (overloaded instance). Also ignoring anything doesn't feel right for me
Thanks!
The text was updated successfully, but these errors were encountered: