summaryrefslogtreecommitdiff
path: root/js/blob.ts
diff options
context:
space:
mode:
Diffstat (limited to 'js/blob.ts')
-rw-r--r--js/blob.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/js/blob.ts b/js/blob.ts
index 8dcc48ba2..4717a28fb 100644
--- a/js/blob.ts
+++ b/js/blob.ts
@@ -1,6 +1,7 @@
// Copyright 2018 the Deno authors. All rights reserved. MIT license.
import * as domTypes from "./dom_types";
import { containsOnlyASCII } from "./util";
+import { TextEncoder } from "./text_encoding";
const bytesSymbol = Symbol("bytes");