aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/api/dedicatedworkerglobalscope
diff options
context:
space:
mode:
authorRyan Johnson <rjohnson@mozilla.com>2021-05-28 12:36:36 -0700
committerGitHub <noreply@github.com>2021-05-28 12:36:36 -0700
commit05a7219ba9605649cb6daa281e26209eaa73adf0 (patch)
tree63c9443b214d52257ff4ef5546f9e70c8b7365cd /files/ja/web/api/dedicatedworkerglobalscope
parent220a7d23b0755acc06146c1262aa09ba22d6e3b1 (diff)
downloadtranslated-content-05a7219ba9605649cb6daa281e26209eaa73adf0.tar.gz
translated-content-05a7219ba9605649cb6daa281e26209eaa73adf0.tar.bz2
translated-content-05a7219ba9605649cb6daa281e26209eaa73adf0.zip
fix MacroWrongXRefError flaws for some domxref calls (#1018)
Diffstat (limited to 'files/ja/web/api/dedicatedworkerglobalscope')
-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>