diff options
Diffstat (limited to 'cli/js/web/body.ts')
-rw-r--r-- | cli/js/web/body.ts | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/cli/js/web/body.ts b/cli/js/web/body.ts index 472f3fda2..f4fc4a3e2 100644 --- a/cli/js/web/body.ts +++ b/cli/js/web/body.ts @@ -1,12 +1,9 @@ import * as formData from "./form_data.ts"; import * as blob from "./blob.ts"; import * as encoding from "./text_encoding.ts"; -import * as headers from "./headers.ts"; import * as domTypes from "./dom_types.d.ts"; import { ReadableStream } from "./streams/mod.ts"; -const { Headers } = headers; - // only namespace imports work for now, plucking out what we need const { FormData } = formData; const { TextEncoder, TextDecoder } = encoding; |