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

Fixing browser fallback #29

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

martinheidegger
Copy link

The typescript definitions mention that the package exports AbortController as object

export { AbortController, AbortSignal }

This PR makes sure that this is also the case for commonjs implementations.

The typescript definitions mention that the package exports `AbortController` as object https://github.com/mysticatea/abort-controller/blob/a935d38e09eb95d6b633a8c42fcceec9969e7b05/dist/abort-controller.d.ts#L43
This PR makes sure that this is also the case for commonjs implementations.
martinheidegger added a commit to consento-org/promise that referenced this pull request Mar 30, 2021
@martinheidegger
Copy link
Author

Note: this is a duplicate of #22. I proposed this PR to offer a different implementation, but it differs only by aesthetics.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant