interface Request {
    exception: Exception;
    requestType: string;
    xhr: XMLHttpRequest;
}

Properties

exception: Exception
requestType: string
xhr: XMLHttpRequest

Generated using TypeDoc