diff options
Diffstat (limited to 'cli/js/web/abort_controller.ts')
-rw-r--r-- | cli/js/web/abort_controller.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/js/web/abort_controller.ts b/cli/js/web/abort_controller.ts index 5b0a3af3c..376376092 100644 --- a/cli/js/web/abort_controller.ts +++ b/cli/js/web/abort_controller.ts @@ -1,4 +1,5 @@ // Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. + import { AbortSignalImpl, signalAbort } from "./abort_signal.ts"; export class AbortControllerImpl implements AbortController { |