summaryrefslogtreecommitdiff
path: root/js/fetch.ts
diff options
context:
space:
mode:
authorParsa Ghadimi <me@qti3e.com>2018-09-14 22:43:38 +0430
committerRyan Dahl <ry@tinyclouds.org>2018-09-14 12:27:32 -0700
commit66c09de967b6bf91cb9c6b2d915ab42efa59c349 (patch)
treeadd00cc40a657a2ae826bbfe7fdc4d36d8cea29a /js/fetch.ts
parent7b7052e1abb0735ca443ffd133b014a19b7dab3d (diff)
Rename fetch_types.d.ts to dom_types.d.ts
Diffstat (limited to 'js/fetch.ts')
-rw-r--r--js/fetch.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/fetch.ts b/js/fetch.ts
index 24905694e..4f225b507 100644
--- a/js/fetch.ts
+++ b/js/fetch.ts
@@ -18,7 +18,7 @@ import {
RequestInit,
HeadersInit,
FormData
-} from "./fetch_types";
+} from "./dom_types";
import { TextDecoder } from "./text_encoding";
interface Header {