diff options
Diffstat (limited to 'files/ru/web/api/cache')
-rw-r--r-- | files/ru/web/api/cache/add/index.html | 2 | ||||
-rw-r--r-- | files/ru/web/api/cache/addall/index.html | 2 | ||||
-rw-r--r-- | files/ru/web/api/cache/delete/index.html | 2 | ||||
-rw-r--r-- | files/ru/web/api/cache/index.html | 2 | ||||
-rw-r--r-- | files/ru/web/api/cache/keys/index.html | 2 | ||||
-rw-r--r-- | files/ru/web/api/cache/match/index.html | 2 | ||||
-rw-r--r-- | files/ru/web/api/cache/matchall/index.html | 2 | ||||
-rw-r--r-- | files/ru/web/api/cache/put/index.html | 2 |
8 files changed, 8 insertions, 8 deletions
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 <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<div>{{Compat("api.Cache.add")}}</div> +<div>{{Compat}}</div> <h2 id="Смотрите_также">Смотрите также</h2> 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 <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("api.Cache.addAll")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> 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 <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("api.Cache.delete")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> 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) { <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("api.Cache")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> 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 <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("api.Cache.keys")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> 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 <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("api.Cache.match")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> 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 <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("api.Cache.matchAll")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> 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() { -<p>{{Compat("api.Cache.put")}}</p> +<p>{{Compat}}</p> <h2 id="See_also">See also</h2> |