diff options
Diffstat (limited to 'js/fetch.ts')
-rw-r--r-- | js/fetch.ts | 2 |
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 { |