From 2958ec7e85c9a1182cd81728e3705948a2c39d71 Mon Sep 17 00:00:00 2001 From: Ryan Johnson Date: Fri, 28 May 2021 11:58:24 -0700 Subject: replace some domxref macro calls with event macro calls (#1016) --- files/ru/web/api/workerglobalscope/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'files/ru/web/api/workerglobalscope') diff --git a/files/ru/web/api/workerglobalscope/index.html b/files/ru/web/api/workerglobalscope/index.html index 8b0f33c7e3..7924a51f1c 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")}} 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