diff options
author | myfreeer <myfreeer@users.noreply.github.com> | 2021-09-25 15:21:33 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-25 15:21:33 +0800 |
commit | 3c3616a3c537860f92649a8fe0f847ac34f3f551 (patch) | |
tree | b68898d06b068713994aad1f40c968cb650aee61 /files/zh-cn/web/api/fetch_api | |
parent | 155ff3fb9cd0c6b29b6ad8cafb2dafeb989454d6 (diff) | |
download | translated-content-3c3616a3c537860f92649a8fe0f847ac34f3f551.tar.gz translated-content-3c3616a3c537860f92649a8fe0f847ac34f3f551.tar.bz2 translated-content-3c3616a3c537860f92649a8fe0f847ac34f3f551.zip |
Update compat Web/API/Fetch_API/Using_Fetch, zh-CN (#2569)
Current version shows "No compatibility data found for api.WindowOrWorkerGlobalScope.fetch."
See also the en-US ver at https://github.com/mdn/content/blob/7f9d01caf27ae773785543bf03a7ff1bde7e45b8/files/en-us/web/api/fetch_api/using_fetch/index.md
Diffstat (limited to 'files/zh-cn/web/api/fetch_api')
-rw-r--r-- | files/zh-cn/web/api/fetch_api/using_fetch/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-cn/web/api/fetch_api/using_fetch/index.html b/files/zh-cn/web/api/fetch_api/using_fetch/index.html index 2aef1ba300..f359f93ea8 100644 --- a/files/zh-cn/web/api/fetch_api/using_fetch/index.html +++ b/files/zh-cn/web/api/fetch_api/using_fetch/index.html @@ -376,7 +376,7 @@ fetch("/login", { -<p>{{Compat("api.WindowOrWorkerGlobalScope.fetch")}}</p> +<p>{{Compat("api.fetch")}}</p> <h2 id="参见">参见</h2> |