You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Are you planning to change any significant part of its api? Seems that all cancellation tests are passing now and they are much more detailed than I've expected. Even if 'forget' semantics is a far future, the current use cases (found in tests) looks way better than what we have now. I'd like to develop a d.ts for the 3.0.0 and update a DefinetelyTyped/Bluebird repository that is now seriously outdated.
No the api won't change but what remains to be done is interop testing with timers, Promise.join, Promise.using and Promise.coroutine. These features probably don't work with cancellation at all in 3.0 because I haven't implemented interop yet.
failing in browser as there is no
Promise.config({cancellation:true})
, and I don't see any appropriate place where to put it.The text was updated successfully, but these errors were encountered: