aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/api/workerglobalscope
diff options
context:
space:
mode:
authorRyan Johnson <rjohnson@mozilla.com>2021-05-28 12:05:52 -0700
committerGitHub <noreply@github.com>2021-05-28 12:05:52 -0700
commit220a7d23b0755acc06146c1262aa09ba22d6e3b1 (patch)
tree50a6ffafe663dc65f1a0f8816862d60e7ce23a33 /files/fr/web/api/workerglobalscope
parent2958ec7e85c9a1182cd81728e3705948a2c39d71 (diff)
downloadtranslated-content-220a7d23b0755acc06146c1262aa09ba22d6e3b1.tar.gz
translated-content-220a7d23b0755acc06146c1262aa09ba22d6e3b1.tar.bz2
translated-content-220a7d23b0755acc06146c1262aa09ba22d6e3b1.zip
Revert "replace some domxref macro calls with event macro calls (#1016)" (#1017)
This reverts commit 2958ec7e85c9a1182cd81728e3705948a2c39d71.
Diffstat (limited to 'files/fr/web/api/workerglobalscope')
-rw-r--r--files/fr/web/api/workerglobalscope/onclose/index.html2
-rw-r--r--files/fr/web/api/workerglobalscope/onerror/index.html2
-rw-r--r--files/fr/web/api/workerglobalscope/onlanguagechange/index.html2
-rw-r--r--files/fr/web/api/workerglobalscope/onoffline/index.html2
-rw-r--r--files/fr/web/api/workerglobalscope/ononline/index.html2
5 files changed, 5 insertions, 5 deletions
diff --git a/files/fr/web/api/workerglobalscope/onclose/index.html b/files/fr/web/api/workerglobalscope/onclose/index.html
index 74ccb55c87..1eee58ed77 100644
--- a/files/fr/web/api/workerglobalscope/onclose/index.html
+++ b/files/fr/web/api/workerglobalscope/onclose/index.html
@@ -13,7 +13,7 @@ translation_of: Web/API/WorkerGlobalScope/onclose
<h2 id="Résumé">Résumé</h2>
-<p>La propriété <strong><code>onclose</code></strong> de l'interface {{domxref("WorkerGlobalScope")}} représente un {{event("Event_handlers")}} à appeler lorsque l'événement {{event("close")}} survient et se propage à travers le {{domxref("Worker")}}.</p>
+<p>La propriété <strong><code>onclose</code></strong> de l'interface {{domxref("WorkerGlobalScope")}} représente un {{domxref("EventHandler")}} à appeler lorsque l'événement {{event("close")}} survient et se propage à travers le {{domxref("Worker")}}.</p>
<h2 id="Syntaxe">Syntaxe</h2>
diff --git a/files/fr/web/api/workerglobalscope/onerror/index.html b/files/fr/web/api/workerglobalscope/onerror/index.html
index e0890606fe..f2c782a986 100644
--- a/files/fr/web/api/workerglobalscope/onerror/index.html
+++ b/files/fr/web/api/workerglobalscope/onerror/index.html
@@ -5,7 +5,7 @@ translation_of: Web/API/WorkerGlobalScope/onerror
---
<p>{{APIRef("Web Workers API")}}</p>
-<p>La propriété <strong><code>onerror</code></strong> de l'interface {{domxref("WorkerGlobalScope")}} représente un {{event("Event_handlers")}} à appeler lorsque l'événement {{event("error")}} survient et se propage à travers le {{domxref("Worker")}}.</p>
+<p>La propriété <strong><code>onerror</code></strong> de l'interface {{domxref("WorkerGlobalScope")}} représente un {{domxref("EventHandler")}} à appeler lorsque l'événement {{event("error")}} survient et se propage à travers le {{domxref("Worker")}}.</p>
<h2 id="Syntaxe">Syntaxe</h2>
diff --git a/files/fr/web/api/workerglobalscope/onlanguagechange/index.html b/files/fr/web/api/workerglobalscope/onlanguagechange/index.html
index 6c7feae986..674f00906a 100644
--- a/files/fr/web/api/workerglobalscope/onlanguagechange/index.html
+++ b/files/fr/web/api/workerglobalscope/onlanguagechange/index.html
@@ -5,7 +5,7 @@ translation_of: Web/API/WorkerGlobalScope/onlanguagechange
---
<p>{{APIRef("Web Workers API")}}</p>
-<p>La propriété <strong><code>onlanguagechange</code></strong> de l'interface {{domxref("WorkerGlobalScope")}} représente un {{event("Event_handlers")}} à appeler lorsque l'événement {{event("languagechange")}} survient et se propage à travers le {{domxref("Worker")}}.</p>
+<p>La propriété <strong><code>onlanguagechange</code></strong> de l'interface {{domxref("WorkerGlobalScope")}} représente un {{domxref("EventHandler")}} à appeler lorsque l'événement {{event("languagechange")}} survient et se propage à travers le {{domxref("Worker")}}.</p>
<h2 id="Syntaxe">Syntaxe</h2>
diff --git a/files/fr/web/api/workerglobalscope/onoffline/index.html b/files/fr/web/api/workerglobalscope/onoffline/index.html
index 50ea4dc779..df5d70eb36 100644
--- a/files/fr/web/api/workerglobalscope/onoffline/index.html
+++ b/files/fr/web/api/workerglobalscope/onoffline/index.html
@@ -5,7 +5,7 @@ translation_of: Web/API/WorkerGlobalScope/onoffline
---
<p>{{APIRef("Web Workers API")}}</p>
-<p>La propriété <strong><code>onoffline</code></strong> de l'interface {{domxref("WorkerGlobalScope")}} représente un {{event("Event_handlers")}} à appeler lorsque l'événement {{event("offline")}} survient et se propage à travers le {{domxref("Worker")}}.</p>
+<p>La propriété <strong><code>onoffline</code></strong> de l'interface {{domxref("WorkerGlobalScope")}} représente un {{domxref("EventHandler")}} à appeler lorsque l'événement {{event("offline")}} survient et se propage à travers le {{domxref("Worker")}}.</p>
<h2 id="Syntaxe">Syntaxe</h2>
diff --git a/files/fr/web/api/workerglobalscope/ononline/index.html b/files/fr/web/api/workerglobalscope/ononline/index.html
index 03f0b74dd2..0b8d96433b 100644
--- a/files/fr/web/api/workerglobalscope/ononline/index.html
+++ b/files/fr/web/api/workerglobalscope/ononline/index.html
@@ -5,7 +5,7 @@ translation_of: Web/API/WorkerGlobalScope/ononline
---
<p>{{APIRef("Web Workers API")}}</p>
-<p>La propriété <strong><code>ononline</code></strong> de l'interface {{domxref("WorkerGlobalScope")}} représente un {{event("Event_handlers")}} à appeler lorsque l'événement {{event("online")}} survient et se propage à travers le {{domxref("Worker")}}.</p>
+<p>La propriété <strong><code>ononline</code></strong> de l'interface {{domxref("WorkerGlobalScope")}} représente un {{domxref("EventHandler")}} à appeler lorsque l'événement {{event("online")}} survient et se propage à travers le {{domxref("Worker")}}.</p>
<h2 id="Syntaxe">Syntaxe</h2>