aboutsummaryrefslogtreecommitdiff
path: root/files/fr
diff options
context:
space:
mode:
authorMDN <actions@users.noreply.github.com>2022-03-16 00:12:44 +0000
committerMDN <actions@users.noreply.github.com>2022-03-16 00:12:44 +0000
commit2a0848dfc98c2f04fe5c72a627e2b3be281fc3df (patch)
tree8a22612627a2642445d86e7742b52f3cdd833600 /files/fr
parent310f9d126ee841807f15a8620da5a9de6a9da4ec (diff)
downloadtranslated-content-2a0848dfc98c2f04fe5c72a627e2b3be281fc3df.tar.gz
translated-content-2a0848dfc98c2f04fe5c72a627e2b3be281fc3df.tar.bz2
translated-content-2a0848dfc98c2f04fe5c72a627e2b3be281fc3df.zip
[CRON] sync translated content
Diffstat (limited to 'files/fr')
-rw-r--r--files/fr/_redirects.txt1
-rw-r--r--files/fr/_wikihistory.json2
-rw-r--r--files/fr/web/api/sharedworkerglobalscope/connect_event/index.md (renamed from files/fr/web/api/sharedworkerglobalscope/onconnect/index.md)3
3 files changed, 4 insertions, 2 deletions
diff --git a/files/fr/_redirects.txt b/files/fr/_redirects.txt
index f18598385c..a5dcbf8334 100644
--- a/files/fr/_redirects.txt
+++ b/files/fr/_redirects.txt
@@ -3743,6 +3743,7 @@
/fr/docs/Web/API/Selection.toString /fr/docs/Web/API/Selection/toString
/fr/docs/Web/API/Selection_API /fr/docs/conflicting/Web/API/Selection
/fr/docs/Web/API/ServiceWorkerState /fr/docs/orphaned/Web/API/ServiceWorkerState
+/fr/docs/Web/API/SharedWorkerGlobalScope/onconnect /fr/docs/Web/API/SharedWorkerGlobalScope/connect_event
/fr/docs/Web/API/Storage/LocalStorage /fr/docs/conflicting/Web/API/Window/localStorage
/fr/docs/Web/API/StorageEstimate /fr/docs/conflicting/Web/API/StorageManager/estimate
/fr/docs/Web/API/Touch_events/Supporting_both_TouchEvent_and_MouseEvent /fr/docs/conflicting/Web/API/Pointer_events
diff --git a/files/fr/_wikihistory.json b/files/fr/_wikihistory.json
index db7fabbb59..4eb949802b 100644
--- a/files/fr/_wikihistory.json
+++ b/files/fr/_wikihistory.json
@@ -19238,7 +19238,7 @@
"Arzak656"
]
},
- "Web/API/SharedWorkerGlobalScope/onconnect": {
+ "Web/API/SharedWorkerGlobalScope/connect_event": {
"modified": "2020-10-15T22:26:31.419Z",
"contributors": [
"Arzak656"
diff --git a/files/fr/web/api/sharedworkerglobalscope/onconnect/index.md b/files/fr/web/api/sharedworkerglobalscope/connect_event/index.md
index f14a8d0b4b..6f3f17e881 100644
--- a/files/fr/web/api/sharedworkerglobalscope/onconnect/index.md
+++ b/files/fr/web/api/sharedworkerglobalscope/connect_event/index.md
@@ -1,7 +1,8 @@
---
title: SharedWorkerGlobalScope.onconnect
-slug: Web/API/SharedWorkerGlobalScope/onconnect
+slug: Web/API/SharedWorkerGlobalScope/connect_event
translation_of: Web/API/SharedWorkerGlobalScope/onconnect
+original_slug: Web/API/SharedWorkerGlobalScope/onconnect
---
{{APIRef("Web Workers API")}}