From 86457c6f4c59db1bcddc20bf782646bae78b9b16 Mon Sep 17 00:00:00 2001 From: Masahiro FUJIMOTO Date: Tue, 13 Jul 2021 02:35:45 +0900 Subject: Web/API/WindowOrWorkerGlobalScope を更新 (#1366) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - conflicting 版は未翻訳の別記事であるため削除 - 2021/06/17 時点の英語版に同期 --- .../web/api/windoworworkerglobalscope/index.html | 35 ++++++---------------- 1 file changed, 9 insertions(+), 26 deletions(-) (limited to 'files/ja/web') diff --git a/files/ja/web/api/windoworworkerglobalscope/index.html b/files/ja/web/api/windoworworkerglobalscope/index.html index 04b56a2146..d1a16e2d01 100644 --- a/files/ja/web/api/windoworworkerglobalscope/index.html +++ b/files/ja/web/api/windoworworkerglobalscope/index.html @@ -3,13 +3,13 @@ title: WindowOrWorkerGlobalScope slug: Web/API/WindowOrWorkerGlobalScope tags: - API - - DOM - - DOM API + - HTML DOM - Service Worker - Window - WindowOrWorkerGlobalScope - Worker - WorkerGlobalScope +browser-compat: api.WindowOrWorkerGlobalScope translation_of: Web/API/WindowOrWorkerGlobalScope ---
{{ApiRef()}}
@@ -20,7 +20,7 @@ translation_of: Web/API/WindowOrWorkerGlobalScope

: WindowOrWorkerGlobalScope はインターフェイスではなく、ミックスインです。実際には、WindowOrWorkerGlobalScope 型のオブジェクトを作成することはできません。

-

プロパティ

+

プロパティ

これらのプロパティは {{domxref("WindowOrWorkerGlobalScope")}} に定義され、{{domxref("Window")}} および {{domxref("WorkerGlobalScope")}} で実装されています。

@@ -39,7 +39,7 @@ translation_of: Web/API/WindowOrWorkerGlobalScope -

メソッド

+

メソッド

これらのメソッドは {{domxref("WindowOrWorkerGlobalScope")}} に定義され、{{domxref("Window")}} および {{domxref("WorkerGlobalScope")}} で実装されています。

@@ -64,32 +64,15 @@ translation_of: Web/API/WindowOrWorkerGlobalScope
指定した時間が経過したら関数を実行するようスケジューリングします。
-

仕様

+

仕様書

- - - - - - - - - - - - - - - -
仕様書策定状況コメント
{{SpecName("HTML WHATWG",'webappapis.html#windoworworkerglobalscope-mixin', 'WindowOrWorkerGlobalScope mixin')}}{{Spec2('HTML WHATWG')}}This is where the main mixin is defined.
+{{Specifications}} -

ブラウザー実装状況

+

ブラウザーの互換性

+

{{Compat}}

- -

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

- -

関連情報

+

関連情報