Newer
Older
alert / js / node_modules / flarum / common / utils / RequestError.d.ts
@Réz István Réz István on 18 Nov 2021 282 bytes first commit
export default class RequestError {
    status: string;
    options: object;
    xhr: XMLHttpRequest;
    responseText: string | null;
    response: object | null;
    alert: any;
    constructor(status: string, responseText: string | null, options: object, xhr: XMLHttpRequest);
}