aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/api/xmlhttprequest/channel/index.md
blob: 1ac351507f4096f408202d5538aee06ae378dabe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---
title: XMLHttpRequest.channel
slug: Web/API/XMLHttpRequest/channel
tags:
  - API
  - 標準外
  - プロパティ
  - リファレンス
  - XHR
  - XMLHttpRequest
  - channel
  - nsIChannel
translation_of: Web/API/XMLHttpRequest/channel
---
{{draft}}{{APIRef('XMLHttpRequest')}}

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