Skip to content
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

Instead of global promises, use internal simple promise-like implementation #39

Open
KiraLT opened this issue Sep 8, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@KiraLT
Copy link
Owner

KiraLT commented Sep 8, 2021

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.

Check taylorhakes for inspiration

@KiraLT KiraLT added the enhancement New feature or request label Sep 8, 2021
@KiraLT KiraLT self-assigned this Sep 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant