aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/api/dedicatedworkerglobalscope/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ja/web/api/dedicatedworkerglobalscope/index.html')
-rw-r--r--files/ja/web/api/dedicatedworkerglobalscope/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ja/web/api/dedicatedworkerglobalscope/index.html b/files/ja/web/api/dedicatedworkerglobalscope/index.html
index 69ec8f5bb9..735a47c297 100644
--- a/files/ja/web/api/dedicatedworkerglobalscope/index.html
+++ b/files/ja/web/api/dedicatedworkerglobalscope/index.html
@@ -32,7 +32,7 @@ translation_of: Web/API/DedicatedWorkerGlobalScope
<dl>
<dt>{{domxref("DedicatedWorkerGlobalScope.onmessage")}}</dt>
- <dd>Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("message")}} event is raised. These events are of type {{domxref("MessageEvent")}} and will be called when the worker receives a message from the document that started it (i.e. from the {{domxref("Worker.postMessage")}} method.)</dd>
+ <dd>Is an {{event("Event_handlers", "event handler")}} representing the code to be called when the {{event("message")}} event is raised. These events are of type {{domxref("MessageEvent")}} and will be called when the worker receives a message from the document that started it (i.e. from the {{domxref("Worker.postMessage")}} method.)</dd>
</dl>
<h2 id="メソッド">メソッド</h2>