aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/api/xmlhttprequest/mozbackgroundrequest/index.html
diff options
context:
space:
mode:
authorMasahiro FUJIMOTO <mfujimot@gmail.com>2022-01-29 01:41:41 +0900
committerMasahiro FUJIMOTO <mfujimot@gmail.com>2022-02-05 13:19:25 +0900
commit3209b4d4ad9db0c919bdf60c01c219845fe5a250 (patch)
treeeb101ee0b55b2b885d2ccde8c2d90dab7e60532d /files/ja/web/api/xmlhttprequest/mozbackgroundrequest/index.html
parent1e5d0f7fe35befbbdd08f5c9b3b4eafd42975ae8 (diff)
downloadtranslated-content-3209b4d4ad9db0c919bdf60c01c219845fe5a250.tar.gz
translated-content-3209b4d4ad9db0c919bdf60c01c219845fe5a250.tar.bz2
translated-content-3209b4d4ad9db0c919bdf60c01c219845fe5a250.zip
XMLHttpRequest のプロパティの記事を移行
Diffstat (limited to 'files/ja/web/api/xmlhttprequest/mozbackgroundrequest/index.html')
-rw-r--r--files/ja/web/api/xmlhttprequest/mozbackgroundrequest/index.html28
1 files changed, 0 insertions, 28 deletions
diff --git a/files/ja/web/api/xmlhttprequest/mozbackgroundrequest/index.html b/files/ja/web/api/xmlhttprequest/mozbackgroundrequest/index.html
deleted file mode 100644
index 7be9f73f24..0000000000
--- a/files/ja/web/api/xmlhttprequest/mozbackgroundrequest/index.html
+++ /dev/null
@@ -1,28 +0,0 @@
----
-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>