diff options
author | Masahiro FUJIMOTO <mfujimot@gmail.com> | 2021-06-24 00:40:34 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-24 00:40:34 +0900 |
commit | f68112ddfc3bf6698157ef5d7299e0a2d69c4437 (patch) | |
tree | 4f9552fbda1761bc011b80d7f46c5d1a6a8ec38f /files/ja/web/api/windoworworkerglobalscope | |
parent | a9a798516cc543f64411d517a7e8443ba0c1834c (diff) | |
download | translated-content-f68112ddfc3bf6698157ef5d7299e0a2d69c4437.tar.gz translated-content-f68112ddfc3bf6698157ef5d7299e0a2d69c4437.tar.bz2 translated-content-f68112ddfc3bf6698157ef5d7299e0a2d69c4437.zip |
web/api/w-x* の browser-compat-data に関する非表示の指示を一括削除 (#1196)
Diffstat (limited to 'files/ja/web/api/windoworworkerglobalscope')
6 files changed, 0 insertions, 12 deletions
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); // 文字列をデコード</pre> <h2 id="Browser_compatibility" name="Browser_compatibility">ブラウザーの互換性</h2> <div> -<div class="hidden">このページの互換性表は構造化データから作成されています。データに協力したい場合は、 <a class="external" href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> をチェックアウトしてプルリクエストを送ってください。</div> - <p>{{Compat("api.WindowOrWorkerGlobalScope.atob")}}</p> </div> 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); // ☸☹☺☻☼☾☿ <h2 id="Browser_compatibility" name="Browser_compatibility">ブラウザーの互換性</h2> <div> -<div class="hidden">このページの互換性表は構造化データから作成されています。データに協力したい場合は、 <a class="external" href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> をチェックアウトしてプルリクエストを送ってください。</div> - <p>{{Compat("api.WindowOrWorkerGlobalScope.btoa")}}</p> </div> 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(); }; <h2 id="Browser_compatibility" name="Browser_compatibility">ブラウザーの互換性</h2> -<div class="hidden">このページの互換性表は構造化データから作成されています。データに協力したい場合は、 <a class="external" href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> をチェックアウトしてプルリクエストを送ってください。</div> - <p>{{Compat("api.WindowOrWorkerGlobalScope.clearTimeout")}}</p> <h2 id="See_also" name="See_also">関連情報</h2> 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'; <h2 id="ブラウザの互換性">ブラウザの互換性</h2> -<div class="hidden">このページの互換性一覧表は、構造化データから生成されています。データに貢献したい方は、https://github.com/mdn/browser-compat-data をチェックしてプルリクエストを送ってください。</div> - <p>{{Compat("api.WindowOrWorkerGlobalScope.createImageBitmap")}}</p> <h2 id="あわせて参照">あわせて参照</h2> 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); <h2 id="Browser_compatibility" name="Browser_compatibility">ブラウザーの互換性</h2> -<div class="hidden">このページの互換性表は構造化データから作成されています。データに協力したい場合は、 <a class="external" href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> をチェックアウトしてプルリクエストを送ってください。</div> - <p>{{Compat("api.WindowOrWorkerGlobalScope.fetch")}}</p> <h2 id="See_also" name="See_also">関連情報</h2> 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</pre> <h2 id="Browser_compatibility" name="Browser_compatibility">ブラウザーの互換性</h2> -<div class="hidden">このページの互換性表は構造化データから作成されています。データに協力したい場合は、 <a class="external" href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> をチェックアウトしてプルリクエストを送ってください。</div> - <p>{{Compat("api.WindowOrWorkerGlobalScope.setTimeout")}}</p> <h2 id="See_also" name="See_also">関連情報</h2> |