diff options
Diffstat (limited to 'files/ja/web/api/sharedworkerglobalscope')
-rw-r--r-- | files/ja/web/api/sharedworkerglobalscope/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ja/web/api/sharedworkerglobalscope/index.html b/files/ja/web/api/sharedworkerglobalscope/index.html index f3cb612e08..35a96b2565 100644 --- a/files/ja/web/api/sharedworkerglobalscope/index.html +++ b/files/ja/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", "event handler")}} 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" name="Methods">メソッド</h2> |