diff options
Diffstat (limited to 'files/ja/web/api')
-rw-r--r-- | files/ja/web/api/xmlhttprequest/channel/index.md | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/files/ja/web/api/xmlhttprequest/channel/index.md b/files/ja/web/api/xmlhttprequest/channel/index.md index 432e55c33a..1ac351507f 100644 --- a/files/ja/web/api/xmlhttprequest/channel/index.md +++ b/files/ja/web/api/xmlhttprequest/channel/index.md @@ -3,17 +3,15 @@ title: XMLHttpRequest.channel slug: Web/API/XMLHttpRequest/channel tags: - API - - Non-standard - - Property - - Reference + - 標準外 + - プロパティ + - リファレンス - XHR - XMLHttpRequest - channel - nsIChannel - - プロパティ - - リファレンス translation_of: Web/API/XMLHttpRequest/channel --- -<p>{{draft}}{{APIRef('XMLHttpRequest')}}</p> +{{draft}}{{APIRef('XMLHttpRequest')}} -<p>XMLHttpRequest.channel は リクエストを送信するときにオブジェクトによって使用される<code><a href="/ja/docs/Mozilla/Tech/XPCOM/Reference/Interface/nsIChannel" title="">nsIChannel</a></code> です。channelがまだ作られていない場合、これは <code>null</code> です。マルチパートリクエストのときは、これは最初のchannelであり、マルチパートリクエストの異なるパートのことではありません。<strong>アクセスするには、権限昇格が必要です。</strong></p> +XMLHttpRequest.channel は [`nsIChannel`](/ja/docs/Mozilla/Tech/XPCOM/Reference/Interface/nsIChannel) で、リクエストを送信するときにオブジェクトによって使用されます。 channel がまだ作られていない場合、これは `null` です。マルチパートリクエストのときは、これは最初の channel であり、マルチパートリクエストの異なるパートのことではありません。**アクセスするには、権限昇格が必要です。** |