aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web
diff options
context:
space:
mode:
authorMDN <actions@users.noreply.github.com>2021-09-01 00:52:00 +0000
committerMDN <actions@users.noreply.github.com>2021-09-01 00:52:00 +0000
commitaf3288b106f44aaaa2c80d499ec669383d6f7203 (patch)
tree6d5a402249e4e8a83820c2592887062ec9202d79 /files/fr/web
parent1768b43f574673545e1f2a20e92a27b050a2bb53 (diff)
downloadtranslated-content-af3288b106f44aaaa2c80d499ec669383d6f7203.tar.gz
translated-content-af3288b106f44aaaa2c80d499ec669383d6f7203.tar.bz2
translated-content-af3288b106f44aaaa2c80d499ec669383d6f7203.zip
[CRON] sync translated content
Diffstat (limited to 'files/fr/web')
-rw-r--r--files/fr/web/api/atob/index.html (renamed from files/fr/web/api/windoworworkerglobalscope/atob/index.html)4
-rw-r--r--files/fr/web/api/btoa/index.html (renamed from files/fr/web/api/windoworworkerglobalscope/btoa/index.html)4
-rw-r--r--files/fr/web/api/caches/index.html (renamed from files/fr/web/api/windoworworkerglobalscope/caches/index.html)3
-rw-r--r--files/fr/web/api/clearinterval/index.html (renamed from files/fr/web/api/windoworworkerglobalscope/clearinterval/index.html)4
-rw-r--r--files/fr/web/api/crossoriginisolated/index.html (renamed from files/fr/web/api/windoworworkerglobalscope/crossoriginisolated/index.html)3
-rw-r--r--files/fr/web/api/fetch/index.html (renamed from files/fr/web/api/windoworworkerglobalscope/fetch/index.html)3
-rw-r--r--files/fr/web/api/indexeddb/index.html (renamed from files/fr/web/api/windoworworkerglobalscope/indexeddb/index.html)3
-rw-r--r--files/fr/web/api/issecurecontext/index.html (renamed from files/fr/web/api/windoworworkerglobalscope/issecurecontext/index.html)3
-rw-r--r--files/fr/web/api/origin/index.html (renamed from files/fr/web/api/windoworworkerglobalscope/origin/index.html)3
-rw-r--r--files/fr/web/api/queuemicrotask/index.html (renamed from files/fr/web/api/windoworworkerglobalscope/queuemicrotask/index.html)3
-rw-r--r--files/fr/web/api/settimeout/index.html (renamed from files/fr/web/api/windoworworkerglobalscope/settimeout/index.html)3
11 files changed, 22 insertions, 14 deletions
diff --git a/files/fr/web/api/windoworworkerglobalscope/atob/index.html b/files/fr/web/api/atob/index.html
index 1ce6ba94c1..bcc94f59e4 100644
--- a/files/fr/web/api/windoworworkerglobalscope/atob/index.html
+++ b/files/fr/web/api/atob/index.html
@@ -1,6 +1,6 @@
---
title: window.atob
-slug: Web/API/WindowOrWorkerGlobalScope/atob
+slug: Web/API/atob
tags:
- API
- DOM
@@ -8,7 +8,7 @@ tags:
- WindowOrWorkerGlobalScope
- atob
translation_of: Web/API/WindowOrWorkerGlobalScope/atob
-original_slug: Web/API/WindowBase64/atob
+original_slug: Web/API/WindowOrWorkerGlobalScope/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/btoa/index.html
index 41956ed3b0..9c07b8bb40 100644
--- a/files/fr/web/api/windoworworkerglobalscope/btoa/index.html
+++ b/files/fr/web/api/btoa/index.html
@@ -1,6 +1,6 @@
---
title: WindowBase64.btoa()
-slug: Web/API/WindowOrWorkerGlobalScope/btoa
+slug: Web/API/btoa
tags:
- API
- DOM
@@ -12,7 +12,7 @@ tags:
- chaînes
- données
translation_of: Web/API/WindowOrWorkerGlobalScope/btoa
-original_slug: Web/API/WindowBase64/btoa
+original_slug: Web/API/WindowOrWorkerGlobalScope/btoa
---
<div>{{APIRef("HTML DOM")}}</div>
diff --git a/files/fr/web/api/windoworworkerglobalscope/caches/index.html b/files/fr/web/api/caches/index.html
index d05a1c95ad..b5b57df7ee 100644
--- a/files/fr/web/api/windoworworkerglobalscope/caches/index.html
+++ b/files/fr/web/api/caches/index.html
@@ -1,7 +1,8 @@
---
title: WindowOrWorkerGlobalScope.caches
-slug: Web/API/WindowOrWorkerGlobalScope/caches
+slug: Web/API/caches
translation_of: Web/API/WindowOrWorkerGlobalScope/caches
+original_slug: Web/API/WindowOrWorkerGlobalScope/caches
---
<p>{{APIRef()}}{{SeeCompatTable}}</p>
diff --git a/files/fr/web/api/windoworworkerglobalscope/clearinterval/index.html b/files/fr/web/api/clearinterval/index.html
index d80eda07e3..f65d566b16 100644
--- a/files/fr/web/api/windoworworkerglobalscope/clearinterval/index.html
+++ b/files/fr/web/api/clearinterval/index.html
@@ -1,6 +1,6 @@
---
title: WindowOrWorkerGlobalScope.clearInterval()
-slug: Web/API/WindowOrWorkerGlobalScope/clearInterval
+slug: Web/API/clearInterval
tags:
- API
- Méthode
@@ -8,7 +8,7 @@ tags:
- WindowOrWorkerGlobalScope
- clearInterval
translation_of: Web/API/WindowOrWorkerGlobalScope/clearInterval
-original_slug: Web/API/WindowTimers/clearInterval
+original_slug: Web/API/WindowOrWorkerGlobalScope/clearInterval
---
<div>{{APIRef("HTML DOM")}}</div>
diff --git a/files/fr/web/api/windoworworkerglobalscope/crossoriginisolated/index.html b/files/fr/web/api/crossoriginisolated/index.html
index cb7f6948a0..0fd49fde85 100644
--- a/files/fr/web/api/windoworworkerglobalscope/crossoriginisolated/index.html
+++ b/files/fr/web/api/crossoriginisolated/index.html
@@ -1,7 +1,8 @@
---
title: WindowOrWorkerGlobalScope.crossOriginIsolated
-slug: Web/API/WindowOrWorkerGlobalScope/crossOriginIsolated
+slug: Web/API/crossOriginIsolated
translation_of: Web/API/WindowOrWorkerGlobalScope/crossOriginIsolated
+original_slug: Web/API/WindowOrWorkerGlobalScope/crossOriginIsolated
---
<div>{{APIRef()}}{{SeeCompatTable}}</div>
diff --git a/files/fr/web/api/windoworworkerglobalscope/fetch/index.html b/files/fr/web/api/fetch/index.html
index bb1399ba26..f339f8f389 100644
--- a/files/fr/web/api/windoworworkerglobalscope/fetch/index.html
+++ b/files/fr/web/api/fetch/index.html
@@ -1,6 +1,6 @@
---
title: GlobalFetch.fetch()
-slug: Web/API/WindowOrWorkerGlobalScope/fetch
+slug: Web/API/fetch
tags:
- API
- API Fetch
@@ -12,6 +12,7 @@ tags:
- WindowOrWorkerGlobalScope
- requête
translation_of: Web/API/WindowOrWorkerGlobalScope/fetch
+original_slug: Web/API/WindowOrWorkerGlobalScope/fetch
---
<p>{{APIRef("Fetch")}}</p>
diff --git a/files/fr/web/api/windoworworkerglobalscope/indexeddb/index.html b/files/fr/web/api/indexeddb/index.html
index b18f70c21f..7d8aaa0ed5 100644
--- a/files/fr/web/api/windoworworkerglobalscope/indexeddb/index.html
+++ b/files/fr/web/api/indexeddb/index.html
@@ -1,6 +1,6 @@
---
title: IDBEnvironment.indexedDB
-slug: Web/API/WindowOrWorkerGlobalScope/indexedDB
+slug: Web/API/indexedDB
tags:
- API
- IndexedDB
@@ -8,6 +8,7 @@ tags:
- Reference
- WindowOrWorkerGlobalScope
translation_of: Web/API/WindowOrWorkerGlobalScope/indexedDB
+original_slug: Web/API/WindowOrWorkerGlobalScope/indexedDB
---
<div>{{APIRef}}</div>
diff --git a/files/fr/web/api/windoworworkerglobalscope/issecurecontext/index.html b/files/fr/web/api/issecurecontext/index.html
index e7f3c8c1fc..be1a06cc17 100644
--- a/files/fr/web/api/windoworworkerglobalscope/issecurecontext/index.html
+++ b/files/fr/web/api/issecurecontext/index.html
@@ -1,7 +1,8 @@
---
title: WindowOrWorkerGlobalScope.isSecureContext
-slug: Web/API/WindowOrWorkerGlobalScope/isSecureContext
+slug: Web/API/isSecureContext
translation_of: Web/API/WindowOrWorkerGlobalScope/isSecureContext
+original_slug: Web/API/WindowOrWorkerGlobalScope/isSecureContext
---
<p>{{APIRef()}}{{SeeCompatTable}}</p>
diff --git a/files/fr/web/api/windoworworkerglobalscope/origin/index.html b/files/fr/web/api/origin/index.html
index e0775b82bd..5fd2b80559 100644
--- a/files/fr/web/api/windoworworkerglobalscope/origin/index.html
+++ b/files/fr/web/api/origin/index.html
@@ -1,7 +1,8 @@
---
title: WindowOrWorkerGlobalScope.origin
-slug: Web/API/WindowOrWorkerGlobalScope/origin
+slug: Web/API/origin
translation_of: Web/API/WindowOrWorkerGlobalScope/origin
+original_slug: Web/API/WindowOrWorkerGlobalScope/origin
---
<p>{{APIRef()}}{{SeeCompatTable}}</p>
diff --git a/files/fr/web/api/windoworworkerglobalscope/queuemicrotask/index.html b/files/fr/web/api/queuemicrotask/index.html
index e07291e3d5..cced10b9e4 100644
--- a/files/fr/web/api/windoworworkerglobalscope/queuemicrotask/index.html
+++ b/files/fr/web/api/queuemicrotask/index.html
@@ -1,6 +1,6 @@
---
title: WindowOrWorkerGlobalScope.queueMicrotask()
-slug: Web/API/WindowOrWorkerGlobalScope/queueMicrotask
+slug: Web/API/queueMicrotask
tags:
- API
- Asynchrone
@@ -21,6 +21,7 @@ tags:
- queueMicrotask
- setTimeout
translation_of: Web/API/WindowOrWorkerGlobalScope/queueMicrotask
+original_slug: Web/API/WindowOrWorkerGlobalScope/queueMicrotask
---
<div>{{APIRef("HTML DOM")}}</div>
diff --git a/files/fr/web/api/windoworworkerglobalscope/settimeout/index.html b/files/fr/web/api/settimeout/index.html
index 6e676f6ebc..351b32953b 100644
--- a/files/fr/web/api/windoworworkerglobalscope/settimeout/index.html
+++ b/files/fr/web/api/settimeout/index.html
@@ -1,12 +1,13 @@
---
title: WindowOrWorkerGlobalScope.setTimeout()
-slug: Web/API/WindowOrWorkerGlobalScope/setTimeout
+slug: Web/API/setTimeout
tags:
- API
- HTML DOM
- Méthode
- Reference
translation_of: Web/API/WindowOrWorkerGlobalScope/setTimeout
+original_slug: Web/API/WindowOrWorkerGlobalScope/setTimeout
---
<div>{{APIRef("HTML DOM")}}</div>