summaryrefslogtreecommitdiff
path: root/cli/js/web/dom_file.ts
diff options
context:
space:
mode:
Diffstat (limited to 'cli/js/web/dom_file.ts')
-rw-r--r--cli/js/web/dom_file.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/js/web/dom_file.ts b/cli/js/web/dom_file.ts
index 792d96dd1..3d65e5768 100644
--- a/cli/js/web/dom_file.ts
+++ b/cli/js/web/dom_file.ts
@@ -1,4 +1,5 @@
// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license.
+
import * as blob from "./blob.ts";
export class DomFileImpl extends blob.DenoBlob implements File {