diff options
Diffstat (limited to 'files/fr/web/api/workerglobalscope/ononline/index.html')
-rw-r--r-- | files/fr/web/api/workerglobalscope/ononline/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
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> |