import { type HttpRequestOptions } from "https://deno.land/x/oauth4webapi@v2.8.0/mod.ts";
Properties
optional
signal: (() => AbortSignal) | AbortSignalAn AbortSignal instance, or a factory returning one, to abort the HTTP Request(s) triggered by this function's invocation.
optional
headers: [string, string][] | Record<string, string> | HeadersHeaders to additionally send with the HTTP Request(s) triggered by this function's invocation.
This is an experimental feature, it is not subject to semantic versioning rules. Non-backward compatible changes or removal may occur in any future release.
See experimental_customFetch for its documentation.