aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/api/xmlhttprequest/mozbackgroundrequest
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2020-12-08 14:40:17 -0500
committerPeter Bengtsson <mail@peterbe.com>2020-12-08 14:40:17 -0500
commit33058f2b292b3a581333bdfb21b8f671898c5060 (patch)
tree51c3e392513ec574331b2d3f85c394445ea803c6 /files/ja/web/api/xmlhttprequest/mozbackgroundrequest
parent8b66d724f7caf0157093fb09cfec8fbd0c6ad50a (diff)
downloadtranslated-content-33058f2b292b3a581333bdfb21b8f671898c5060.tar.gz
translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.tar.bz2
translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.zip
initial commit
Diffstat (limited to 'files/ja/web/api/xmlhttprequest/mozbackgroundrequest')
-rw-r--r--files/ja/web/api/xmlhttprequest/mozbackgroundrequest/index.html28
1 files changed, 28 insertions, 0 deletions
diff --git a/files/ja/web/api/xmlhttprequest/mozbackgroundrequest/index.html b/files/ja/web/api/xmlhttprequest/mozbackgroundrequest/index.html
new file mode 100644
index 0000000000..7be9f73f24
--- /dev/null
+++ b/files/ja/web/api/xmlhttprequest/mozbackgroundrequest/index.html
@@ -0,0 +1,28 @@
+---
+title: XMLHttpRequest.mozBackgroundRequest
+slug: Web/API/XMLHttpRequest/mozBackgroundRequest
+tags:
+ - API
+ - Background Service
+ - Mozilla
+ - Non-standard
+ - Property
+ - Reference
+ - XHR
+ - XMLHttpRequest
+ - mozBackgroundRequest
+translation_of: Web/API/XMLHttpRequest/mozBackgroundRequest
+---
+<p>{{draft}}{{APIRef('XMLHttpRequest')}}</p>
+
+<div class="note">
+<p><strong>Note:</strong> このメソッドは、 Web コンテンツから使用できません。アクセスするには管理者特権が必要です。</p>
+</div>
+
+<p><span class="seoSummary"><strong><code>XMLHttpRequest.mozBackgroundRequest</code></strong> はブール値で、オブジェクトがバックグラウンドサービスリクエストを表すかどうかを示します。</span>  <code>true</code> の場合、要求に関連付けられているロードグループはなく、セキュリティダイアログはユーザーに表示されません。</p>
+
+<p>通常、セキュリティダイアログ (認証や不正な証明書通知など) が表示される場合、この要求は失敗します。</p>
+
+<div class="note">
+<p><strong>Note: </strong>このプロパティは、 <code>open()</code> を呼び出す前に設定する必要があります。</p>
+</div>