From 0227170ae69b5b6c35c7cfa59ab54918241349fd Mon Sep 17 00:00:00 2001 From: allo Date: Fri, 18 Mar 2022 22:01:02 +0800 Subject: auto replace anch with scripts --- files/zh-tw/web/api/fetch_api/using_fetch/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'files/zh-tw/web/api/fetch_api') diff --git a/files/zh-tw/web/api/fetch_api/using_fetch/index.html b/files/zh-tw/web/api/fetch_api/using_fetch/index.html index ae86951ce1..4316965217 100644 --- a/files/zh-tw/web/api/fetch_api/using_fetch/index.html +++ b/files/zh-tw/web/api/fetch_api/using_fetch/index.html @@ -46,7 +46,7 @@ translation_of: Web/API/Fetch_API/Using_Fetch

回傳的 response 需要透過 {{domxref("Body.json","json()")}} (在 {{domxref("Body")}} 可以找到定義, Body 是用 {{domxref("Request")}} 和 {{domxref("Response")}} 實作出來的物件.)

-

備註: 其實 Body 還提供了其他類似的功能可以將內容輸成其他類型格式,詳見{{anch("Body")}} 

+

備註: 其實 Body 還提供了其他類似的功能可以將內容輸成其他類型格式,詳見Body 

Fetch 請求的安全性 Content Security Policy(內容安全策略) 是由 header 中的 connect-src directive 所設定 ,並非其他 directive ( 比如:img-src、default-src 等)。

-- cgit v1.2.3-54-g00ecf