diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2020-04-13 22:46:23 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-13 22:46:23 -0400 |
commit | 360c05ffe7fc91058a6c8acd5ea9b4e2ed120946 (patch) | |
tree | e5b9deae27cf3ddfd6ea20cc6a9ab8c9927b25b6 /cli/js/web/body.ts | |
parent | c915e4d77d22a964b15b02834dd57f9294a3cc29 (diff) |
dedup Headers types (#4736)
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; |