diff options
Diffstat (limited to 'js/blob.ts')
-rw-r--r-- | js/blob.ts | 2 |
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"); |