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/blob/blob/index.html | 2 +- files/ru/web/api/blob/index.html | 2 +- files/ru/web/api/blob/slice/index.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'files/ru/web/api/blob') 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

Браузерная совместимость

-

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

+

{{Compat}}

See also

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);

Браузерная совместимость

-

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

+

{{Compat}}

Замечания Gecko: доступность в привилегированном коде

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 -

{{Compat("api.Blob.slice")}}

+

{{Compat}}

See also

-- cgit v1.2.3-54-g00ecf