From 05a7219ba9605649cb6daa281e26209eaa73adf0 Mon Sep 17 00:00:00 2001 From: Ryan Johnson Date: Fri, 28 May 2021 12:36:36 -0700 Subject: fix MacroWrongXRefError flaws for some domxref calls (#1018) --- files/ru/web/api/workerglobalscope/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'files/ru/web/api/workerglobalscope/index.html') diff --git a/files/ru/web/api/workerglobalscope/index.html b/files/ru/web/api/workerglobalscope/index.html index 8b0f33c7e3..1564556403 100644 --- a/files/ru/web/api/workerglobalscope/index.html +++ b/files/ru/web/api/workerglobalscope/index.html @@ -74,7 +74,7 @@ translation_of: Web/API/WorkerGlobalScope
close {{non-standard_inline}} {{obsolete_inline}}
-
Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("close")}} event is raised.
+
Is an {{event("Event_handlers", "event handler")}} representing the code to be called when the {{event("close")}} event is raised.
Also available via the {{domxref("WorkerGlobalScope.onclose")}} property.
rejectionhandled {{non-standard_inline}}
An event handler for handled Promise rejection events.
-- cgit v1.2.3-54-g00ecf