diff options
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> |