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
{{ message }}
This repository was archived by the owner on Jan 22, 2025. It is now read-only.
Hi, new to using Q here in an existing codebase. Could someone clarify this for me? A Q promise has all the functionality of a native promise, with no changed behavior, correct? There are only additional methods that allow more functionality?
#836 mentioned that you can coerce a promise from a Q promise with
Promise.resolve(Q.resolve(1))
but I want to know if a Q promise can simply be used in-place of a native promise.