diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2020-04-11 17:19:36 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-11 17:19:36 -0400 |
commit | 637a9ecd6a3f3311601b4de36f6035ae63297f77 (patch) | |
tree | 291cf38b77bf2709b538fb4918d753c05511e1f1 /cli/js/web/fetch.ts | |
parent | da28fc1e7b4551281ad14d49c7fb396010ba0107 (diff) |
dedup URLSearchParams, URL, Location, DOMStringList (#4719)
Diffstat (limited to 'cli/js/web/fetch.ts')
-rw-r--r-- | cli/js/web/fetch.ts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cli/js/web/fetch.ts b/cli/js/web/fetch.ts index da6482ba3..5a5ac5cfe 100644 --- a/cli/js/web/fetch.ts +++ b/cli/js/web/fetch.ts @@ -10,8 +10,6 @@ import { read } from "../ops/io.ts"; import { close } from "../ops/resources.ts"; import { Buffer } from "../buffer.ts"; import { FormData } from "./form_data.ts"; -import { URL } from "./url.ts"; -import { URLSearchParams } from "./url_search_params.ts"; import { fetch as opFetch, FetchResponse } from "../ops/fetch.ts"; import { DomFileImpl } from "./dom_file.ts"; |