KoAJAX
    Preparing search index...

    Interface RequestOptions

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

    Hierarchy (View Summary)

    Index

    Properties

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