From 51b2e3c8b9ad125e9a7e01fccfbe2d8dfcaafb60 Mon Sep 17 00:00:00 2001 From: Masahiro FUJIMOTO Date: Thu, 24 Jun 2021 00:45:21 +0900 Subject: web/api/a-d* の browser-compat-data に関する非表示の指示を一括削除 (#1192) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * web/api/a-c* の browser-compat-data に関する非表示の指示を一括削除 * [CRON] sync translated content * [CRON] sync translated content Co-authored-by: MDN --- files/ja/web/api/blob/arraybuffer/index.html | 2 -- files/ja/web/api/blob/blob/index.html | 2 -- files/ja/web/api/blob/index.html | 2 -- files/ja/web/api/blob/slice/index.html | 2 -- files/ja/web/api/blob/stream/index.html | 2 -- files/ja/web/api/blob/text/index.html | 2 -- files/ja/web/api/blob/type/index.html | 2 -- 7 files changed, 14 deletions(-) (limited to 'files/ja/web/api/blob') diff --git a/files/ja/web/api/blob/arraybuffer/index.html b/files/ja/web/api/blob/arraybuffer/index.html index 11c5bd0722..498d41fd5f 100644 --- a/files/ja/web/api/blob/arraybuffer/index.html +++ b/files/ja/web/api/blob/arraybuffer/index.html @@ -62,8 +62,6 @@ var buffer = await blob.arrayBuffer();

ブラウザの互換性

- -

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

あわせて参照

diff --git a/files/ja/web/api/blob/blob/index.html b/files/ja/web/api/blob/blob/index.html index abb72d5c60..6191cbf77c 100644 --- a/files/ja/web/api/blob/blob/index.html +++ b/files/ja/web/api/blob/blob/index.html @@ -68,8 +68,6 @@ var oMyBlob = new Blob(aFileParts, {type : 'text/html'}); // blob

ブラウザの互換性

- -

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

あわせて参照

diff --git a/files/ja/web/api/blob/index.html b/files/ja/web/api/blob/index.html index 0a9a89655c..ddf8842d9b 100644 --- a/files/ja/web/api/blob/index.html +++ b/files/ja/web/api/blob/index.html @@ -146,8 +146,6 @@ reader.readAsArrayBuffer(blob);

ブラウザ実装状況

- -

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

あわせて参照

diff --git a/files/ja/web/api/blob/slice/index.html b/files/ja/web/api/blob/slice/index.html index a724c23924..d284b4a829 100644 --- a/files/ja/web/api/blob/slice/index.html +++ b/files/ja/web/api/blob/slice/index.html @@ -57,8 +57,6 @@ translation_of: Web/API/Blob/slice

ブラウザの実装状況

- -

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

あわせて参照

diff --git a/files/ja/web/api/blob/stream/index.html b/files/ja/web/api/blob/stream/index.html index f5c394e2e7..b020eedb7b 100644 --- a/files/ja/web/api/blob/stream/index.html +++ b/files/ja/web/api/blob/stream/index.html @@ -59,8 +59,6 @@ translation_of: Web/API/Blob/stream

ブラウザの互換性

- -

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

あわせて参照

diff --git a/files/ja/web/api/blob/text/index.html b/files/ja/web/api/blob/text/index.html index 13fa929a00..4dfef08d02 100644 --- a/files/ja/web/api/blob/text/index.html +++ b/files/ja/web/api/blob/text/index.html @@ -66,8 +66,6 @@ var text = await blob.text();

ブラウザの互換性

- -

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

あわせて参照

diff --git a/files/ja/web/api/blob/type/index.html b/files/ja/web/api/blob/type/index.html index c057d1e0f1..6bad42e052 100644 --- a/files/ja/web/api/blob/type/index.html +++ b/files/ja/web/api/blob/type/index.html @@ -70,8 +70,6 @@ for (i = 0; i < files.length; i++) {

ブラウザの互換性

- -

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

-- cgit v1.2.3-54-g00ecf