abort-controller icon indicating copy to clipboard operation
abort-controller copied to clipboard

Fixing browser fallback

Open martinheidegger opened this issue 3 years ago • 1 comments

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 avatar Mar 30 '21 17:03 martinheidegger

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

martinheidegger avatar Jun 14 '21 16:06 martinheidegger