@icomedias/hybridforms-js
    Preparing search index...

    Interface XhrRequest

    interface XhrRequest {
        data?: any;
        headers?: Record<string, string>;
        password?: string;
        responseType?: XMLHttpRequestResponseType;
        type?: string;
        url: string;
        user?: string;
        withCredentials?: boolean;
    }
    Index

    Properties

    data?: any
    headers?: Record<string, string>
    password?: string
    responseType?: XMLHttpRequestResponseType
    type?: string
    url: string
    user?: string
    withCredentials?: boolean