Open
Conversation
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
Author
|
Note: this is a duplicate of #22. I proposed this PR to offer a different implementation, but it differs only by aesthetics. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The typescript definitions mention that the package exports
AbortControlleras objectabort-controller/dist/abort-controller.d.ts
Line 43 in a935d38
This PR makes sure that this is also the case for commonjs implementations.