From c08c48e16cb9e47c586925999362de104ecd710d Mon Sep 17 00:00:00 2001 From: Alexey Pyltsyn Date: Fri, 29 Oct 2021 20:34:32 +0300 Subject: [RU] Update Compat macros (#2911) --- files/ru/web/api/cache/add/index.html | 2 +- files/ru/web/api/cache/addall/index.html | 2 +- files/ru/web/api/cache/delete/index.html | 2 +- files/ru/web/api/cache/index.html | 2 +- files/ru/web/api/cache/keys/index.html | 2 +- files/ru/web/api/cache/match/index.html | 2 +- files/ru/web/api/cache/matchall/index.html | 2 +- files/ru/web/api/cache/put/index.html | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) (limited to 'files/ru/web/api/cache') diff --git a/files/ru/web/api/cache/add/index.html b/files/ru/web/api/cache/add/index.html index 8739e3e239..940debbf24 100644 --- a/files/ru/web/api/cache/add/index.html +++ b/files/ru/web/api/cache/add/index.html @@ -78,7 +78,7 @@ translation_of: Web/API/Cache/add

Совместимость с браузерами

-
{{Compat("api.Cache.add")}}
+
{{Compat}}

Смотрите также

diff --git a/files/ru/web/api/cache/addall/index.html b/files/ru/web/api/cache/addall/index.html index c75969af88..71c97801db 100644 --- a/files/ru/web/api/cache/addall/index.html +++ b/files/ru/web/api/cache/addall/index.html @@ -103,7 +103,7 @@ translation_of: Web/API/Cache/addAll

Совместимость с браузерами

-

{{Compat("api.Cache.addAll")}}

+

{{Compat}}

Смотрите также

diff --git a/files/ru/web/api/cache/delete/index.html b/files/ru/web/api/cache/delete/index.html index 30d80a504f..da022f35a3 100644 --- a/files/ru/web/api/cache/delete/index.html +++ b/files/ru/web/api/cache/delete/index.html @@ -48,7 +48,7 @@ translation_of: Web/API/Cache/delete

Совместимость с браузерами

-

{{Compat("api.Cache.delete")}}

+

{{Compat}}

Смотрите также

diff --git a/files/ru/web/api/cache/index.html b/files/ru/web/api/cache/index.html index db219e82b0..85d9390c12 100644 --- a/files/ru/web/api/cache/index.html +++ b/files/ru/web/api/cache/index.html @@ -122,7 +122,7 @@ self.addEventListener('fetch', function(event) {

Совместимость с браузерами

-

{{Compat("api.Cache")}}

+

{{Compat}}

Смотрите также

diff --git a/files/ru/web/api/cache/keys/index.html b/files/ru/web/api/cache/keys/index.html index 1e6a4d343b..e870604cbe 100644 --- a/files/ru/web/api/cache/keys/index.html +++ b/files/ru/web/api/cache/keys/index.html @@ -56,7 +56,7 @@ translation_of: Web/API/Cache/keys

Совместимость с браузерами

-

{{Compat("api.Cache.keys")}}

+

{{Compat}}

Смотрите также

diff --git a/files/ru/web/api/cache/match/index.html b/files/ru/web/api/cache/match/index.html index f3c526b03d..09c640e58e 100644 --- a/files/ru/web/api/cache/match/index.html +++ b/files/ru/web/api/cache/match/index.html @@ -70,7 +70,7 @@ translation_of: Web/API/Cache/match

Совместимость с браузерами

-

{{Compat("api.Cache.match")}}

+

{{Compat}}

Смотрите также

diff --git a/files/ru/web/api/cache/matchall/index.html b/files/ru/web/api/cache/matchall/index.html index 89d25b29f3..030203c273 100644 --- a/files/ru/web/api/cache/matchall/index.html +++ b/files/ru/web/api/cache/matchall/index.html @@ -54,7 +54,7 @@ translation_of: Web/API/Cache/matchAll

Совместимость с браузерами

-

{{Compat("api.Cache.matchAll")}}

+

{{Compat}}

Смотрите также

diff --git a/files/ru/web/api/cache/put/index.html b/files/ru/web/api/cache/put/index.html index a1d6d7080c..5c99a51790 100644 --- a/files/ru/web/api/cache/put/index.html +++ b/files/ru/web/api/cache/put/index.html @@ -98,7 +98,7 @@ var cachedResponse = caches.match(event.request).catch(function() { -

{{Compat("api.Cache.put")}}

+

{{Compat}}

See also

-- cgit v1.2.3-54-g00ecf