abort-controller
abort-controller copied to clipboard
Fixing browser fallback
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.
Note: this is a duplicate of #22. I proposed this PR to offer a different implementation, but it differs only by aesthetics.