mirror of
https://github.com/protomaps/PMTiles.git
synced 2026-02-04 10:51:07 +00:00
fix CI; update type of RequestParameters from maplibre util/ajax.ts
This commit is contained in:
@@ -78,7 +78,7 @@ type RequestParameters = {
|
|||||||
headers?: any;
|
headers?: any;
|
||||||
method?: "GET" | "POST" | "PUT";
|
method?: "GET" | "POST" | "PUT";
|
||||||
body?: string;
|
body?: string;
|
||||||
type?: "string" | "json" | "arrayBuffer";
|
type?: "string" | "json" | "arrayBuffer" | "image";
|
||||||
credentials?: "same-origin" | "include";
|
credentials?: "same-origin" | "include";
|
||||||
collectResourceTiming?: boolean;
|
collectResourceTiming?: boolean;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user