From f68112ddfc3bf6698157ef5d7299e0a2d69c4437 Mon Sep 17 00:00:00 2001 From: Masahiro FUJIMOTO Date: Thu, 24 Jun 2021 00:40:34 +0900 Subject: web/api/w-x* の browser-compat-data に関する非表示の指示を一括削除 (#1196) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- files/ja/web/api/windoworworkerglobalscope/atob/index.html | 2 -- files/ja/web/api/windoworworkerglobalscope/btoa/index.html | 2 -- files/ja/web/api/windoworworkerglobalscope/cleartimeout/index.html | 2 -- files/ja/web/api/windoworworkerglobalscope/createimagebitmap/index.html | 2 -- files/ja/web/api/windoworworkerglobalscope/fetch/index.html | 2 -- files/ja/web/api/windoworworkerglobalscope/settimeout/index.html | 2 -- 6 files changed, 12 deletions(-) (limited to 'files/ja/web/api/windoworworkerglobalscope') diff --git a/files/ja/web/api/windoworworkerglobalscope/atob/index.html b/files/ja/web/api/windoworworkerglobalscope/atob/index.html index 349515ead9..4408d9319b 100644 --- a/files/ja/web/api/windoworworkerglobalscope/atob/index.html +++ b/files/ja/web/api/windoworworkerglobalscope/atob/index.html @@ -80,8 +80,6 @@ const decodedData = window.atob(encodedData); // 文字列をデコード

ブラウザーの互換性

- -

{{Compat("api.WindowOrWorkerGlobalScope.atob")}}

diff --git a/files/ja/web/api/windoworworkerglobalscope/btoa/index.html b/files/ja/web/api/windoworworkerglobalscope/btoa/index.html index e3137ea81a..da5c8c872d 100644 --- a/files/ja/web/api/windoworworkerglobalscope/btoa/index.html +++ b/files/ja/web/api/windoworworkerglobalscope/btoa/index.html @@ -133,8 +133,6 @@ console.log(original); // ☸☹☺☻☼☾☿

ブラウザーの互換性

- -

{{Compat("api.WindowOrWorkerGlobalScope.btoa")}}

diff --git a/files/ja/web/api/windoworworkerglobalscope/cleartimeout/index.html b/files/ja/web/api/windoworworkerglobalscope/cleartimeout/index.html index 20192499cd..2ce0bb071e 100644 --- a/files/ja/web/api/windoworworkerglobalscope/cleartimeout/index.html +++ b/files/ja/web/api/windoworworkerglobalscope/cleartimeout/index.html @@ -87,8 +87,6 @@ window.onclick = function() { alarm.setup(); };

ブラウザーの互換性

- -

{{Compat("api.WindowOrWorkerGlobalScope.clearTimeout")}}

関連情報

diff --git a/files/ja/web/api/windoworworkerglobalscope/createimagebitmap/index.html b/files/ja/web/api/windoworworkerglobalscope/createimagebitmap/index.html index 2a874a5992..cd0334402a 100644 --- a/files/ja/web/api/windoworworkerglobalscope/createimagebitmap/index.html +++ b/files/ja/web/api/windoworworkerglobalscope/createimagebitmap/index.html @@ -93,8 +93,6 @@ image.src = 'sprites.png';

ブラウザの互換性

- -

{{Compat("api.WindowOrWorkerGlobalScope.createImageBitmap")}}

あわせて参照

diff --git a/files/ja/web/api/windoworworkerglobalscope/fetch/index.html b/files/ja/web/api/windoworworkerglobalscope/fetch/index.html index 429fea889d..05704bb11f 100644 --- a/files/ja/web/api/windoworworkerglobalscope/fetch/index.html +++ b/files/ja/web/api/windoworworkerglobalscope/fetch/index.html @@ -179,8 +179,6 @@ let myRequest = new Request('flowers.jpg', myInit);

ブラウザーの互換性

- -

{{Compat("api.WindowOrWorkerGlobalScope.fetch")}}

関連情報

diff --git a/files/ja/web/api/windoworworkerglobalscope/settimeout/index.html b/files/ja/web/api/windoworworkerglobalscope/settimeout/index.html index 1bbb906cf7..34c10664ce 100644 --- a/files/ja/web/api/windoworworkerglobalscope/settimeout/index.html +++ b/files/ja/web/api/windoworworkerglobalscope/settimeout/index.html @@ -405,8 +405,6 @@ foo has been called

ブラウザーの互換性

- -

{{Compat("api.WindowOrWorkerGlobalScope.setTimeout")}}

関連情報

-- cgit v1.2.3-54-g00ecf