diff --git a/js/adapters.ts b/js/adapters.ts index 960ff95..de442d4 100644 --- a/js/adapters.ts +++ b/js/adapters.ts @@ -78,7 +78,7 @@ type RequestParameters = { headers?: any; method?: "GET" | "POST" | "PUT"; body?: string; - type?: "string" | "json" | "arrayBuffer"; + type?: "string" | "json" | "arrayBuffer" | "image"; credentials?: "same-origin" | "include"; collectResourceTiming?: boolean; };