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
In many cases when working on a browser you can't polyfill global promise. But still want to use functions that use promise. And downgrade functions to use old-fashioned callbacks wouldn't be a good experience.
To solve that, the library should have an internal simple promise-like implementation.
In many cases when working on a browser you can't polyfill global promise. But still want to use functions that use promise. And downgrade functions to use old-fashioned callbacks wouldn't be a good experience.
To solve that, the library should have an internal simple promise-like implementation.
The text was updated successfully, but these errors were encountered: