Interface RequestOptions

interface RequestOptions {
    responseType?: XMLHttpRequestResponseType;
    timeout?: number;
    withCredentials?: boolean;
}

Hierarchy (view full)

Properties

responseType?: XMLHttpRequestResponseType
timeout?: number
withCredentials?: boolean

Generated using TypeDoc