abort-controller
abort-controller copied to clipboard
fix: correct browser export to match node export
If you currently attempt to import AbortController via const { AbortController } = require('abort-controller')
, it will work in Node but be undefined in browsers. This updates browser.js to be consistent with the exports from abort-controller.js in the dist folder.
@mysticatea friendly ping