aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/api/xmlhttprequest
diff options
context:
space:
mode:
authorMasahiro FUJIMOTO <mfujimot@gmail.com>2022-01-29 10:12:42 +0900
committerMasahiro FUJIMOTO <mfujimot@gmail.com>2022-02-05 13:19:25 +0900
commit962be0c0a14172afa1477757368c566c40d9dde1 (patch)
treea73f2db51267ebc08ff810dda55a666862ec2cc7 /files/ja/web/api/xmlhttprequest
parent484f5bfd4e30dd6d1897fdf1f93a96592ef4bbae (diff)
downloadtranslated-content-962be0c0a14172afa1477757368c566c40d9dde1.tar.gz
translated-content-962be0c0a14172afa1477757368c566c40d9dde1.tar.bz2
translated-content-962be0c0a14172afa1477757368c566c40d9dde1.zip
2022/01/28 時点の英語版に同期
Diffstat (limited to 'files/ja/web/api/xmlhttprequest')
-rw-r--r--files/ja/web/api/xmlhttprequest/channel/index.md12
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 であり、マルチパートリクエストの異なるパートのことではありません。**アクセスするには、権限昇格が必要です。**