diff options
author | Alexey Pyltsyn <lex61rus@gmail.com> | 2021-10-29 20:34:32 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-29 20:34:32 +0300 |
commit | c08c48e16cb9e47c586925999362de104ecd710d (patch) | |
tree | 4464fc29abe9bc12fab7c665884d08b864cf2ff0 /files/ru/web/api/blob | |
parent | 9adcae13346df29353fc658e8c1e04e1903f1f9d (diff) | |
download | translated-content-c08c48e16cb9e47c586925999362de104ecd710d.tar.gz translated-content-c08c48e16cb9e47c586925999362de104ecd710d.tar.bz2 translated-content-c08c48e16cb9e47c586925999362de104ecd710d.zip |
[RU] Update Compat macros (#2911)
Diffstat (limited to 'files/ru/web/api/blob')
-rw-r--r-- | files/ru/web/api/blob/blob/index.html | 2 | ||||
-rw-r--r-- | files/ru/web/api/blob/index.html | 2 | ||||
-rw-r--r-- | files/ru/web/api/blob/slice/index.html | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/files/ru/web/api/blob/blob/index.html b/files/ru/web/api/blob/blob/index.html index a4016b0cf6..2eaaa9342c 100644 --- a/files/ru/web/api/blob/blob/index.html +++ b/files/ru/web/api/blob/blob/index.html @@ -48,7 +48,7 @@ var oMyBlob = new Blob(aFileParts, {type : 'text/html'}); // the blob</pre> <h2 id="Браузерная_совместимость">Браузерная совместимость</h2> -<p>{{Compat("api.Blob.Blob")}}</p> +<p>{{Compat}}</p> <h2 id="See_also">See also</h2> diff --git a/files/ru/web/api/blob/index.html b/files/ru/web/api/blob/index.html index 85f18e9cb5..b1b86f24a3 100644 --- a/files/ru/web/api/blob/index.html +++ b/files/ru/web/api/blob/index.html @@ -142,7 +142,7 @@ reader.readAsArrayBuffer(blob);</pre> <h2 id="Браузерная_совместимость">Браузерная совместимость</h2> -<p>{{Compat("api.Blob")}}</p> +<p>{{Compat}}</p> <h2 id="Замечания_Gecko_доступность_в_привилегированном_коде">Замечания Gecko: доступность в привилегированном коде</h2> diff --git a/files/ru/web/api/blob/slice/index.html b/files/ru/web/api/blob/slice/index.html index 384577a82c..3e9ce9219d 100644 --- a/files/ru/web/api/blob/slice/index.html +++ b/files/ru/web/api/blob/slice/index.html @@ -49,7 +49,7 @@ translation_of: Web/API/Blob/slice -<p>{{Compat("api.Blob.slice")}}</p> +<p>{{Compat}}</p> <h2 id="See_also">See also</h2> |