mo / abortcontroller-polyfill

Polyfill for the AbortController DOM API and abortable fetch (stub that calls catch, doesn't actually abort request).
MIT License
326 stars 23 forks source link

Fix AbortController import example #38

Closed dpwrussell closed 4 years ago

dpwrussell commented 4 years ago

I believe it should be targetting a specific export and thus inside the curly braces.

mo commented 4 years ago

Ah yes, you're right. Thanks for taking the time to PR this.