Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

FetchOptions

interface FetchOptions {
headers?: {
[key: string]: string;
}
;
noResolveJson?: boolean;
}

§Properties

§
headers?: {
[key: string]: string;
}
[src]
§
noResolveJson?: boolean
[src]