From 03385cc9f4f157cec2e5fd05f35e6af646055908 Mon Sep 17 00:00:00 2001 From: Masahiro FUJIMOTO Date: Tue, 14 Sep 2021 11:07:46 +0900 Subject: Web/API以下の文書内のリンクURLを正規化 (#2360) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - /en-US へのリンクを /ja へのリンクに修正 - /ja が付いていないものに /ja を付加 - MDN内のリンクが完全URLの場合、 /ja/docs からのURLに修正 --- files/ja/web/api/xmlhttprequest/channel/index.html | 2 +- files/ja/web/api/xmlhttprequest/mozresponsearraybuffer/index.html | 2 +- files/ja/web/api/xmlhttprequest/open/index.html | 4 ++-- files/ja/web/api/xmlhttprequest/response/index.html | 2 +- files/ja/web/api/xmlhttprequest/status/index.html | 2 +- .../ja/web/api/xmlhttprequest/using_xmlhttprequest_in_ie6/index.html | 4 ++-- 6 files changed, 8 insertions(+), 8 deletions(-) (limited to 'files/ja/web/api/xmlhttprequest') diff --git a/files/ja/web/api/xmlhttprequest/channel/index.html b/files/ja/web/api/xmlhttprequest/channel/index.html index bd71478736..432e55c33a 100644 --- a/files/ja/web/api/xmlhttprequest/channel/index.html +++ b/files/ja/web/api/xmlhttprequest/channel/index.html @@ -16,4 +16,4 @@ translation_of: Web/API/XMLHttpRequest/channel ---

{{draft}}{{APIRef('XMLHttpRequest')}}

-

XMLHttpRequest.channel は リクエストを送信するときにオブジェクトによって使用されるnsIChannel です。channelがまだ作られていない場合、これは null です。マルチパートリクエストのときは、これは最初のchannelであり、マルチパートリクエストの異なるパートのことではありません。アクセスするには、権限昇格が必要です。

+

XMLHttpRequest.channel は リクエストを送信するときにオブジェクトによって使用されるnsIChannel です。channelがまだ作られていない場合、これは null です。マルチパートリクエストのときは、これは最初のchannelであり、マルチパートリクエストの異なるパートのことではありません。アクセスするには、権限昇格が必要です。

diff --git a/files/ja/web/api/xmlhttprequest/mozresponsearraybuffer/index.html b/files/ja/web/api/xmlhttprequest/mozresponsearraybuffer/index.html index 2193377076..82f8d021aa 100644 --- a/files/ja/web/api/xmlhttprequest/mozresponsearraybuffer/index.html +++ b/files/ja/web/api/xmlhttprequest/mozresponsearraybuffer/index.html @@ -17,4 +17,4 @@ translation_of: Web/API/XMLHttpRequest/mozResponseArrayBuffer

Gecko 6 で廃止

-

リクエストに対する ArrayBuffer 応答であり、 JavaScript タイプの配列として記述されます。 リクエストが成功しなかった場合、またはリクエストがまだ送信されてない場合、これは NULL です。

+

リクエストに対する ArrayBuffer 応答であり、 JavaScript タイプの配列として記述されます。 リクエストが成功しなかった場合、またはリクエストがまだ送信されてない場合、これは NULL です。

diff --git a/files/ja/web/api/xmlhttprequest/open/index.html b/files/ja/web/api/xmlhttprequest/open/index.html index 29b34672b3..56f4408c98 100644 --- a/files/ja/web/api/xmlhttprequest/open/index.html +++ b/files/ja/web/api/xmlhttprequest/open/index.html @@ -27,7 +27,7 @@ translation_of: Web/API/XMLHttpRequest/open
method
-
使用する HTTP リクエストメソッドです。 "GET", "POST", "PUT", "DELETE", など。 HTTP(S) 以外の URL では無視されます。
+
使用する HTTP リクエストメソッドです。 "GET", "POST", "PUT", "DELETE", など。 HTTP(S) 以外の URL では無視されます。
url
リクエストを送信する URL を表す {{domxref("DOMString")}}。
async {{optional_inline}}
@@ -66,6 +66,6 @@ translation_of: Web/API/XMLHttpRequest/open

関連情報

diff --git a/files/ja/web/api/xmlhttprequest/response/index.html b/files/ja/web/api/xmlhttprequest/response/index.html index 7175b77685..76e5e90fa3 100644 --- a/files/ja/web/api/xmlhttprequest/response/index.html +++ b/files/ja/web/api/xmlhttprequest/response/index.html @@ -88,6 +88,6 @@ function load(url, callback) {

関連

diff --git a/files/ja/web/api/xmlhttprequest/status/index.html b/files/ja/web/api/xmlhttprequest/status/index.html index d2a63fd2a0..6b42a3ceb2 100644 --- a/files/ja/web/api/xmlhttprequest/status/index.html +++ b/files/ja/web/api/xmlhttprequest/status/index.html @@ -13,7 +13,7 @@ translation_of: Web/API/XMLHttpRequest/status ---
{{APIRef('XMLHttpRequest')}}
-

XMLHttpRequest.status プロパティは読み取り専用で、 XMLHttpRequest のレスポンスにおける数値の HTTP ステータスコードを返します。

+

XMLHttpRequest.status プロパティは読み取り専用で、 XMLHttpRequest のレスポンスにおける数値の HTTP ステータスコードを返します。

diff --git a/files/ja/web/api/xmlhttprequest/using_xmlhttprequest_in_ie6/index.html b/files/ja/web/api/xmlhttprequest/using_xmlhttprequest_in_ie6/index.html index 8d5a05c885..97b27d7c4f 100644 --- a/files/ja/web/api/xmlhttprequest/using_xmlhttprequest_in_ie6/index.html +++ b/files/ja/web/api/xmlhttprequest/using_xmlhttprequest_in_ie6/index.html @@ -6,7 +6,7 @@ tags: - Web Standards translation_of: Web/API/XMLHttpRequest/Using_XMLHttpRequest_in_IE6 --- -

XMLHttpRequest は、 Microsoft によって Internet Explorer 5.0 で ActiveX control として最初に導入されました。ただし、 IE7 およびその他のブラウザーでは XMLHttpRequest はネイティブ  JavaScript オブジェクトです。

+

XMLHttpRequest は、 Microsoft によって Internet Explorer 5.0 で ActiveX control として最初に導入されました。ただし、 IE7 およびその他のブラウザーでは XMLHttpRequest はネイティブ  JavaScript オブジェクトです。

最近のすべてのブラウザーでは、次のコードを使用して新規の XMLHttpRequest オブジェクトを作成できます:

@@ -27,5 +27,5 @@ translation_of: Web/API/XMLHttpRequest/Using_XMLHttpRequest_in_IE6

関連項目

-- cgit v1.2.3-54-g00ecf