aboutsummaryrefslogtreecommitdiff
path: root/files/ru/web/api/worker
diff options
context:
space:
mode:
Diffstat (limited to 'files/ru/web/api/worker')
-rw-r--r--files/ru/web/api/worker/index.html2
-rw-r--r--files/ru/web/api/worker/onmessage/index.html2
-rw-r--r--files/ru/web/api/worker/postmessage/index.html2
-rw-r--r--files/ru/web/api/worker/terminate/index.html2
-rw-r--r--files/ru/web/api/worker/worker/index.html2
5 files changed, 5 insertions, 5 deletions
diff --git a/files/ru/web/api/worker/index.html b/files/ru/web/api/worker/index.html
index 516fd45996..e7ade31705 100644
--- a/files/ru/web/api/worker/index.html
+++ b/files/ru/web/api/worker/index.html
@@ -83,7 +83,7 @@ first.onchange = function() {
<p>Поддержка варьируется для разных видов воркеров. Для уточнения смотрите статьи по каждому типу воркеров.</p>
-<p>{{Compat("api.Worker")}}</p>
+<p>{{Compat}}</p>
<h2 id="See_also">See also</h2>
diff --git a/files/ru/web/api/worker/onmessage/index.html b/files/ru/web/api/worker/onmessage/index.html
index 53d75e046e..cf41d05ee3 100644
--- a/files/ru/web/api/worker/onmessage/index.html
+++ b/files/ru/web/api/worker/onmessage/index.html
@@ -51,7 +51,7 @@ myWorker.onmessage = function(e) {
<h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2>
-<p>{{Compat("api.Worker.onmessage")}}</p>
+<p>{{Compat}}</p>
<h2 id="Смотрите_также">Смотрите также</h2>
diff --git a/files/ru/web/api/worker/postmessage/index.html b/files/ru/web/api/worker/postmessage/index.html
index af783203b4..8cca173464 100644
--- a/files/ru/web/api/worker/postmessage/index.html
+++ b/files/ru/web/api/worker/postmessage/index.html
@@ -136,7 +136,7 @@ arrBuf.byteLength, ПОСЛЕ передачи: 0 boo
{{Specifications}}
<h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2>
-<p>{{Compat("api.Worker.postMessage")}}</p>
+<p>{{Compat}}</p>
<p>[1] Internet Explorer не поддерживает {{domxref("Transferable")}} объекты.</p>
diff --git a/files/ru/web/api/worker/terminate/index.html b/files/ru/web/api/worker/terminate/index.html
index ad55aa24f4..8dd220c1a6 100644
--- a/files/ru/web/api/worker/terminate/index.html
+++ b/files/ru/web/api/worker/terminate/index.html
@@ -41,7 +41,7 @@ myWorker.terminate();
{{Specifications}}
<h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2>
-<p>{{Compat("api.Worker.terminate")}}</p>
+<p>{{Compat}}</p>
<h2 id="Смотрите_также">Смотрите также</h2>
diff --git a/files/ru/web/api/worker/worker/index.html b/files/ru/web/api/worker/worker/index.html
index d540c6dbab..ff25ecf87e 100644
--- a/files/ru/web/api/worker/worker/index.html
+++ b/files/ru/web/api/worker/worker/index.html
@@ -69,7 +69,7 @@ first.onchange = function() {
-<p>{{Compat("api.Worker.Worker")}}</p>
+<p>{{Compat}}</p>
<h2 id="Смотрите_также">Смотрите также</h2>