aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/api/xmlhttprequest/channel/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/zh-cn/web/api/xmlhttprequest/channel/index.html')
-rw-r--r--files/zh-cn/web/api/xmlhttprequest/channel/index.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/files/zh-cn/web/api/xmlhttprequest/channel/index.html b/files/zh-cn/web/api/xmlhttprequest/channel/index.html
new file mode 100644
index 0000000000..f95b595f2c
--- /dev/null
+++ b/files/zh-cn/web/api/xmlhttprequest/channel/index.html
@@ -0,0 +1,12 @@
+---
+title: XMLHttpRequest.channel
+slug: Web/API/XMLHttpRequest/channel
+translation_of: Web/API/XMLHttpRequest/channel
+---
+<p>{{draft}}{{APIRef('XMLHttpRequest')}}</p>
+
+<p>创建请求的时候, XMLHttpRequest.channel  是一个被对象使用的  <code><a href="https://developer.mozilla.org/en-US/docs/Mozilla/Tech/XPCOM/Reference/Interface/nsIChannel" title="">nsIChannel</a></code> 。如果管道(channel) 还没被创建的话,它的值是 <code>null</code> 。在一个 multi-part  请求案例中,它是初始化的管道,不是 multi-part 请求中的不同部分。</p>
+
+<p><strong>需要权限提升。</strong></p>
+
+<p> </p>