constructor(xhr: XMLHttpRequest, msg?: string): RequestErrorEventArgs
RequestErrorEventArgsクラスの新しいインスタンスを初期化します。
The XMLHttpRequest that detected the error. The 'status' and 'statusText' properties of the request object contain details about the error.
Optional error message.
エラーを検出したのXMLHttpRequest への参照を取得します。
要求オブジェクトのstatusとstatusTextプロパティは、エラーの詳細が含まれています。
XMLHttpRequestエラーイベントの引数を提供します。