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
Best would be probably to feature detect the native promises spec, and if present, return them from methods. People can than choose themselves to include polyfills.
A lot better than inlining it into the code, or adding a dependency...