diff options
Diffstat (limited to 'files/fr/web/api/sharedworkerglobalscope/index.html')
-rw-r--r-- | files/fr/web/api/sharedworkerglobalscope/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/fr/web/api/sharedworkerglobalscope/index.html b/files/fr/web/api/sharedworkerglobalscope/index.html index 5be22e2bcb..96e316885f 100644 --- a/files/fr/web/api/sharedworkerglobalscope/index.html +++ b/files/fr/web/api/sharedworkerglobalscope/index.html @@ -47,7 +47,7 @@ translation_of: Web/API/SharedWorkerGlobalScope <dl> <dt>{{domxref("SharedWorkerGlobalScope.onconnect")}}</dt> - <dd>Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("connect")}} event is raised — that is, when a {{domxref("MessagePort")}} connection is opened between the associated {{domxref("SharedWorker")}} and the main thread.</dd> + <dd>Is an {{event("Event_handlers")}} representing the code to be called when the {{event("connect")}} event is raised — that is, when a {{domxref("MessagePort")}} connection is opened between the associated {{domxref("SharedWorker")}} and the main thread.</dd> </dl> <h2 id="Methods">Methods</h2> |