summaryrefslogtreecommitdiff
path: root/js/blob.ts
diff options
context:
space:
mode:
authorParsa Ghadimi <me@qti3e.com>2018-09-14 22:43:38 +0430
committerRyan Dahl <ry@tinyclouds.org>2018-09-14 12:27:32 -0700
commit66c09de967b6bf91cb9c6b2d915ab42efa59c349 (patch)
treeadd00cc40a657a2ae826bbfe7fdc4d36d8cea29a /js/blob.ts
parent7b7052e1abb0735ca443ffd133b014a19b7dab3d (diff)
Rename fetch_types.d.ts to dom_types.d.ts
Diffstat (limited to 'js/blob.ts')
-rw-r--r--js/blob.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/blob.ts b/js/blob.ts
index 128146ece..874a98fa1 100644
--- a/js/blob.ts
+++ b/js/blob.ts
@@ -1,5 +1,5 @@
// Copyright 2018 the Deno authors. All rights reserved. MIT license.
-import { Blob, BlobPart, BlobPropertyBag } from "./fetch_types";
+import { Blob, BlobPart, BlobPropertyBag } from "./dom_types";
import { containsOnlyASCII } from "./util";
const bytesSymbol = Symbol("bytes");