Skip to content

Commit 964c421

Browse files
fix: AbortController is not properly exported in browsers.
see: mysticatea/abort-controller#29
1 parent 00306c7 commit 964c421

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/composeAbort.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { AbortController, AbortSignal } from 'abort-controller'
1+
import AbortController, { AbortSignal } from 'abort-controller'
22
import { AbortError } from './AbortError'
33

44
class ComposedAbortController extends AbortController {

0 commit comments

Comments
 (0)