aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/api/request/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/zh-cn/web/api/request/index.html')
-rw-r--r--files/zh-cn/web/api/request/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-cn/web/api/request/index.html b/files/zh-cn/web/api/request/index.html
index 10248d0e2f..c2c065efff 100644
--- a/files/zh-cn/web/api/request/index.html
+++ b/files/zh-cn/web/api/request/index.html
@@ -7,7 +7,7 @@ translation_of: Web/API/Request
<div><a href="/en-US/docs/Web/API/Fetch_API">Fetch API</a> 的 <strong><code>Request</code></strong>接口?用来表示资源请求。</div>
-<div></div>
+
<p>你可以使用  {{domxref("Request.Request()")}} ?构造函数创建一个<code>Request 对象,但是你可能会遇到一个 Request 对象作为其它 API 的操作被返回,比如一个 </code>service worker的{{domxref("FetchEvent.request")}}。</p>