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