diff options
Diffstat (limited to 'files/zh-cn/web/api/xmlhttprequest/mozbackgroundrequest/index.html')
-rw-r--r-- | files/zh-cn/web/api/xmlhttprequest/mozbackgroundrequest/index.html | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/files/zh-cn/web/api/xmlhttprequest/mozbackgroundrequest/index.html b/files/zh-cn/web/api/xmlhttprequest/mozbackgroundrequest/index.html new file mode 100644 index 0000000000..f50d7fa2f3 --- /dev/null +++ b/files/zh-cn/web/api/xmlhttprequest/mozbackgroundrequest/index.html @@ -0,0 +1,18 @@ +--- +title: XMLHttpRequest.mozBackgroundRequest +slug: Web/API/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><code>是一个布尔对象,表示object是否为后台的服务请求。 如果为true,则不会将任何加载组与请求关联,并且不会向用户显示安全对话框。</code></span></p> + +<p>请求失败时通常会显示安全对话框(例如身份验证或错误证书通知)。</p> + +<div class="note"> +<p><strong>Note:</strong> 该属性必须在调用open()之前设置。</p> +</div> |