aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/api/windoworworkerglobalscope
diff options
context:
space:
mode:
authorFlorian Merz <me@fiji-flo.de>2021-02-11 12:56:53 +0100
committerFlorian Merz <me@fiji-flo.de>2021-02-11 12:56:53 +0100
commitfc56124ac4eda6b3f0349c8a16fa750f27b4c7d6 (patch)
tree7089f49c5dcc5428f29711439ab79ac387caf44f /files/zh-cn/web/api/windoworworkerglobalscope
parent310fd066e91f454b990372ffa30e803cc8120975 (diff)
downloadtranslated-content-fc56124ac4eda6b3f0349c8a16fa750f27b4c7d6.tar.gz
translated-content-fc56124ac4eda6b3f0349c8a16fa750f27b4c7d6.tar.bz2
translated-content-fc56124ac4eda6b3f0349c8a16fa750f27b4c7d6.zip
unslug zh-cn: modify
Diffstat (limited to 'files/zh-cn/web/api/windoworworkerglobalscope')
-rw-r--r--files/zh-cn/web/api/windoworworkerglobalscope/atob/index.html3
-rw-r--r--files/zh-cn/web/api/windoworworkerglobalscope/btoa/index.html3
-rw-r--r--files/zh-cn/web/api/windoworworkerglobalscope/clearinterval/index.html3
-rw-r--r--files/zh-cn/web/api/windoworworkerglobalscope/cleartimeout/index.html3
-rw-r--r--files/zh-cn/web/api/windoworworkerglobalscope/setinterval/index.html3
-rw-r--r--files/zh-cn/web/api/windoworworkerglobalscope/settimeout/index.html3
6 files changed, 12 insertions, 6 deletions
diff --git a/files/zh-cn/web/api/windoworworkerglobalscope/atob/index.html b/files/zh-cn/web/api/windoworworkerglobalscope/atob/index.html
index 2892e403d4..7d5a66fdb5 100644
--- a/files/zh-cn/web/api/windoworworkerglobalscope/atob/index.html
+++ b/files/zh-cn/web/api/windoworworkerglobalscope/atob/index.html
@@ -1,6 +1,6 @@
---
title: WindowOrWorkerGlobalScope.atob()
-slug: Web/API/WindowBase64/atob
+slug: Web/API/WindowOrWorkerGlobalScope/atob
tags:
- API
- Base64
@@ -10,6 +10,7 @@ tags:
- 参考
- 方法
translation_of: Web/API/WindowOrWorkerGlobalScope/atob
+original_slug: Web/API/WindowBase64/atob
---
<p>{{APIRef("HTML DOM")}}</p>
diff --git a/files/zh-cn/web/api/windoworworkerglobalscope/btoa/index.html b/files/zh-cn/web/api/windoworworkerglobalscope/btoa/index.html
index 6b742198a5..83873fc559 100644
--- a/files/zh-cn/web/api/windoworworkerglobalscope/btoa/index.html
+++ b/files/zh-cn/web/api/windoworworkerglobalscope/btoa/index.html
@@ -1,6 +1,6 @@
---
title: WindowOrWorkerGlobalScope.btoa()
-slug: Web/API/WindowBase64/btoa
+slug: Web/API/WindowOrWorkerGlobalScope/btoa
tags:
- API
- Base64
@@ -11,6 +11,7 @@ tags:
- 数据
- 方法
translation_of: Web/API/WindowOrWorkerGlobalScope/btoa
+original_slug: Web/API/WindowBase64/btoa
---
<p>{{APIRef("HTML DOM")}}</p>
diff --git a/files/zh-cn/web/api/windoworworkerglobalscope/clearinterval/index.html b/files/zh-cn/web/api/windoworworkerglobalscope/clearinterval/index.html
index 9a2d6e1790..442e1bb81e 100644
--- a/files/zh-cn/web/api/windoworworkerglobalscope/clearinterval/index.html
+++ b/files/zh-cn/web/api/windoworworkerglobalscope/clearinterval/index.html
@@ -1,12 +1,13 @@
---
title: WindowTimers.clearInterval()
-slug: Web/API/Window/clearInterval
+slug: Web/API/WindowOrWorkerGlobalScope/clearInterval
tags:
- API
- WindowOrWorkerGlobalScope
- 参考
- 方法
translation_of: Web/API/WindowOrWorkerGlobalScope/clearInterval
+original_slug: Web/API/Window/clearInterval
---
<div>{{ApiRef("HTML DOM")}}</div>
diff --git a/files/zh-cn/web/api/windoworworkerglobalscope/cleartimeout/index.html b/files/zh-cn/web/api/windoworworkerglobalscope/cleartimeout/index.html
index 4b20c970d7..4e700ea7d0 100644
--- a/files/zh-cn/web/api/windoworworkerglobalscope/cleartimeout/index.html
+++ b/files/zh-cn/web/api/windoworworkerglobalscope/cleartimeout/index.html
@@ -1,11 +1,12 @@
---
title: WindowOrWorkerGlobalScope.clearTimeout()
-slug: Web/API/WindowTimers/clearTimeout
+slug: Web/API/WindowOrWorkerGlobalScope/clearTimeout
tags:
- API
- WindowOrWorkerGlobalScope
- clearTimeout
translation_of: Web/API/WindowOrWorkerGlobalScope/clearTimeout
+original_slug: Web/API/WindowTimers/clearTimeout
---
<div>
<div>{{APIRef("HTML DOM")}}</div>
diff --git a/files/zh-cn/web/api/windoworworkerglobalscope/setinterval/index.html b/files/zh-cn/web/api/windoworworkerglobalscope/setinterval/index.html
index 385a19b81b..d5a453b133 100644
--- a/files/zh-cn/web/api/windoworworkerglobalscope/setinterval/index.html
+++ b/files/zh-cn/web/api/windoworworkerglobalscope/setinterval/index.html
@@ -1,6 +1,6 @@
---
title: window.setInterval
-slug: Web/API/Window/setInterval
+slug: Web/API/WindowOrWorkerGlobalScope/setInterval
tags:
- API
- DOM
@@ -8,6 +8,7 @@ tags:
- 方法
- 时间
translation_of: Web/API/WindowOrWorkerGlobalScope/setInterval
+original_slug: Web/API/Window/setInterval
---
<div>{{ ApiRef("HTML DOM") }}</div>
diff --git a/files/zh-cn/web/api/windoworworkerglobalscope/settimeout/index.html b/files/zh-cn/web/api/windoworworkerglobalscope/settimeout/index.html
index f9813851f7..d0c80bb95b 100644
--- a/files/zh-cn/web/api/windoworworkerglobalscope/settimeout/index.html
+++ b/files/zh-cn/web/api/windoworworkerglobalscope/settimeout/index.html
@@ -1,12 +1,13 @@
---
title: window.setTimeout
-slug: Web/API/Window/setTimeout
+slug: Web/API/WindowOrWorkerGlobalScope/setTimeout
tags:
- Timers
- WindowOrWorkerGlobalScope
- WindowTimers
- setTimeout
translation_of: Web/API/WindowOrWorkerGlobalScope/setTimeout
+original_slug: Web/API/Window/setTimeout
---
<p>{{APIRef("HTML DOM")}}</p>