aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/api/windoworworkerglobalscope
diff options
context:
space:
mode:
Diffstat (limited to 'files/fr/web/api/windoworworkerglobalscope')
-rw-r--r--files/fr/web/api/windoworworkerglobalscope/atob/index.html3
-rw-r--r--files/fr/web/api/windoworworkerglobalscope/btoa/index.html3
-rw-r--r--files/fr/web/api/windoworworkerglobalscope/clearinterval/index.html3
3 files changed, 6 insertions, 3 deletions
diff --git a/files/fr/web/api/windoworworkerglobalscope/atob/index.html b/files/fr/web/api/windoworworkerglobalscope/atob/index.html
index b04c255040..6e42a108d0 100644
--- a/files/fr/web/api/windoworworkerglobalscope/atob/index.html
+++ b/files/fr/web/api/windoworworkerglobalscope/atob/index.html
@@ -1,6 +1,6 @@
---
title: window.atob
-slug: Web/API/WindowBase64/atob
+slug: Web/API/WindowOrWorkerGlobalScope/atob
tags:
- API
- DOM
@@ -8,6 +8,7 @@ tags:
- WindowOrWorkerGlobalScope
- atob
translation_of: Web/API/WindowOrWorkerGlobalScope/atob
+original_slug: Web/API/WindowBase64/atob
---
<p>{{APIRef ("HTML DOM")}}<br>
La fonction <code>WindowOrWorkerGlobalScope.atob()</code> décode une chaîne de données qui a été codée en utilisant le codage en base 64. Vous pouvez utiliser la méthode {{domxref("WindowOrWorkerGlobalScope.btoa","btoa()")}} pour encoder et transmettre des données qui pourraient causer des problèmes de communication, puis les transmettre et utiliser la méthode atob() pour décoder les données . Par exemple, vous pouvez coder, transmettre et décoder des caractères de contrôle tels que les valeurs ASCII 0 à 31.</p>
diff --git a/files/fr/web/api/windoworworkerglobalscope/btoa/index.html b/files/fr/web/api/windoworworkerglobalscope/btoa/index.html
index 7d993f35fa..a9f222fc4d 100644
--- a/files/fr/web/api/windoworworkerglobalscope/btoa/index.html
+++ b/files/fr/web/api/windoworworkerglobalscope/btoa/index.html
@@ -1,6 +1,6 @@
---
title: WindowBase64.btoa()
-slug: Web/API/WindowBase64/btoa
+slug: Web/API/WindowOrWorkerGlobalScope/btoa
tags:
- API
- DOM
@@ -12,6 +12,7 @@ tags:
- chaînes
- données
translation_of: Web/API/WindowOrWorkerGlobalScope/btoa
+original_slug: Web/API/WindowBase64/btoa
---
<div>{{APIRef("HTML DOM")}}</div>
diff --git a/files/fr/web/api/windoworworkerglobalscope/clearinterval/index.html b/files/fr/web/api/windoworworkerglobalscope/clearinterval/index.html
index 8041342b1d..ea9dd9ca17 100644
--- a/files/fr/web/api/windoworworkerglobalscope/clearinterval/index.html
+++ b/files/fr/web/api/windoworworkerglobalscope/clearinterval/index.html
@@ -1,6 +1,6 @@
---
title: WindowOrWorkerGlobalScope.clearInterval()
-slug: Web/API/WindowTimers/clearInterval
+slug: Web/API/WindowOrWorkerGlobalScope/clearInterval
tags:
- API
- Méthode
@@ -8,6 +8,7 @@ tags:
- WindowOrWorkerGlobalScope
- clearInterval
translation_of: Web/API/WindowOrWorkerGlobalScope/clearInterval
+original_slug: Web/API/WindowTimers/clearInterval
---
<div>{{APIRef("HTML DOM")}}</div>