diff options
Diffstat (limited to 'files/ja/web/api/xmlhttprequest/index.html')
-rw-r--r-- | files/ja/web/api/xmlhttprequest/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/files/ja/web/api/xmlhttprequest/index.html b/files/ja/web/api/xmlhttprequest/index.html index 2738d2b338..80575f37ad 100644 --- a/files/ja/web/api/xmlhttprequest/index.html +++ b/files/ja/web/api/xmlhttprequest/index.html @@ -36,7 +36,7 @@ translation_of: Web/API/XMLHttpRequest <dl> <dt id="xmlhttprequest-onreadystatechange">{{domxref("XMLHttpRequest.onreadystatechange")}}</dt> - <dd>{{event("Event_handlers")}} で、これは <code>readyState</code> 属性が変化する度に呼び出されます。</dd> + <dd>{{domxref("EventHandler")}} で、これは <code>readyState</code> 属性が変化する度に呼び出されます。</dd> <dt id="xmlhttprequest-readystate">{{domxref("XMLHttpRequest.readyState")}} {{readonlyinline}}</dt> <dd>リクエストの状態を <code>unsigned short</code> で返します。</dd> <dt>{{domxref("XMLHttpRequest.response")}} {{readonlyinline}}</dt> @@ -60,7 +60,7 @@ translation_of: Web/API/XMLHttpRequest <dt id="xmlhttprequest-timeout">{{domxref("XMLHttpRequest.timeout")}}</dt> <dd>リクエストを自動的に終了できるようになるまでの時間をミリ秒単位で表す、 <code>unsigned long</code> 型の値です。</dd> <dt id="xmlhttprequesteventtarget-ontimeout">{{domxref("XMLHttpRequestEventTarget.ontimeout")}}</dt> - <dd>リクエストがタイムアウトする都度呼び出される {{event("Event_handlers")}}。{{gecko_minversion_inline("12.0")}}</dd> + <dd>リクエストがタイムアウトする都度呼び出される {{domxref("EventHandler")}}。{{gecko_minversion_inline("12.0")}}</dd> <dt id="xmlhttprequest-upload">{{domxref("XMLHttpRequest.upload")}} {{readonlyinline}}</dt> <dd>アップロードプロセスを表す {{domxref("XMLHttpRequestUpload")}} です。</dd> <dt id="xmlhttprequest-withcredentials">{{domxref("XMLHttpRequest.withCredentials")}}</dt> |