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 時点の英語版に同期 --- files/ja/_redirects.txt | 4 +- files/ja/_wikihistory.json | 12 --- .../web/api/windoworworkerglobalscope/index.html | 117 -------------------- .../index.html | 120 --------------------- .../web/api/windoworworkerglobalscope/index.html | 35 ++---- 5 files changed, 11 insertions(+), 277 deletions(-) delete mode 100644 files/ja/conflicting/web/api/windoworworkerglobalscope/index.html delete mode 100644 files/ja/conflicting/web/api/windoworworkerglobalscope_e2691f7ad05781a30c5fc5bb3b3f633a/index.html diff --git a/files/ja/_redirects.txt b/files/ja/_redirects.txt index 3fd10cf5ec..827582774f 100644 --- a/files/ja/_redirects.txt +++ b/files/ja/_redirects.txt @@ -4058,11 +4058,11 @@ /ja/docs/Web/API/Window/setTimeout /ja/docs/Web/API/WindowOrWorkerGlobalScope/setTimeout /ja/docs/Web/API/Window/unescape /ja/docs/conflicting/Web/JavaScript/Reference/Global_Objects/unescape /ja/docs/Web/API/Window/vrdisplaydisconnected_event /ja/docs/Web/API/Window/vrdisplaydisconnect_event -/ja/docs/Web/API/WindowBase64 /ja/docs/conflicting/Web/API/WindowOrWorkerGlobalScope +/ja/docs/Web/API/WindowBase64 /ja/docs/Web/API/WindowOrWorkerGlobalScope /ja/docs/Web/API/WindowBase64/Base64_encoding_and_decoding /ja/docs/Glossary/Base64 /ja/docs/Web/API/WindowBase64/atob /ja/docs/Web/API/WindowOrWorkerGlobalScope/atob /ja/docs/Web/API/WindowBase64/btoa /ja/docs/Web/API/WindowOrWorkerGlobalScope/btoa -/ja/docs/Web/API/WindowTimers /ja/docs/conflicting/Web/API/WindowOrWorkerGlobalScope_e2691f7ad05781a30c5fc5bb3b3f633a +/ja/docs/Web/API/WindowTimers /ja/docs/Web/API/WindowOrWorkerGlobalScope /ja/docs/Web/API/WindowTimers/clearInterval /ja/docs/Web/API/WindowOrWorkerGlobalScope/clearInterval /ja/docs/Web/API/WindowTimers/clearTimeout /ja/docs/Web/API/WindowOrWorkerGlobalScope/clearTimeout /ja/docs/Web/API/WindowTimers/setInterval /ja/docs/Web/API/WindowOrWorkerGlobalScope/setInterval diff --git a/files/ja/_wikihistory.json b/files/ja/_wikihistory.json index 67a9b9888a..26a8bb6e7d 100644 --- a/files/ja/_wikihistory.json +++ b/files/ja/_wikihistory.json @@ -48442,18 +48442,6 @@ "dreissig.jahrhundert" ] }, - "conflicting/Web/API/WindowOrWorkerGlobalScope": { - "modified": "2019-03-23T23:00:37.972Z", - "contributors": [ - "fscholz" - ] - }, - "conflicting/Web/API/WindowOrWorkerGlobalScope_e2691f7ad05781a30c5fc5bb3b3f633a": { - "modified": "2019-03-23T23:00:37.809Z", - "contributors": [ - "fscholz" - ] - }, "conflicting/Web/API_dd04ca1265cb79b990b8120e5f5070d3": { "modified": "2019-03-23T23:32:13.721Z", "contributors": [ diff --git a/files/ja/conflicting/web/api/windoworworkerglobalscope/index.html b/files/ja/conflicting/web/api/windoworworkerglobalscope/index.html deleted file mode 100644 index 798f2eaa85..0000000000 --- a/files/ja/conflicting/web/api/windoworworkerglobalscope/index.html +++ /dev/null @@ -1,117 +0,0 @@ ---- -title: WindowBase64 -slug: conflicting/Web/API/WindowOrWorkerGlobalScope -tags: - - API -translation_of: Web/API/WindowOrWorkerGlobalScope -translation_of_original: Web/API/WindowBase64 -original_slug: Web/API/WindowBase64 ---- -

{{APIRef("HTML DOM")}}

- -

The WindowBase64 helper contains utility methods to convert data to and from base64, a binary-to-text encoding scheme. For example it is used in data URIs.

- -

There is no object of this type, though the context object, either the {{domxref("Window")}} for regular browsing scope, or the {{domxref("WorkerGlobalScope")}}  for workers, implements it.

- -

Properties

- -

This helper neither defines nor inherits any properties.

- -

Methods

- -

This helper does not inherit any methods.

- -
-
{{domxref("WindowBase64.atob()")}}
-
Decodes a string of data which has been encoded using base-64 encoding.
-
{{domxref("WindowBase64.btoa()")}}
-
Creates a base-64 encoded ASCII string from a string of binary data.
-
- -

Specifications

- - - - - - - - - - - - - - - - - - - - - - - - - - -
SpecificationStatusComment
{{SpecName('HTML WHATWG', '#windowbase64', 'WindowBase64')}}{{Spec2('HTML WHATWG')}}No change since the latest snapshot, {{SpecName("HTML5.1")}}.
{{SpecName('HTML5.1', '#windowbase64', 'WindowBase64')}}{{Spec2('HTML5.1')}}Snapshot of {{SpecName("HTML WHATWG")}}. No change.
{{SpecName("HTML5 W3C", "#windowbase64", "WindowBase64")}}{{Spec2('HTML5 W3C')}}Snapshot of {{SpecName("HTML WHATWG")}}. Creation of WindowBase64 (properties where on the target before it).
- -

Browser compatibility

- -

{{CompatibilityTable}}

- -
- - - - - - - - - - - - - - - - - - - -
FeatureFirefox (Gecko)ChromeInternet ExplorerOperaSafari
Basic support{{CompatGeckoDesktop(1)}} [1]{{CompatVersionUnknown}}10.0{{CompatVersionUnknown}}{{CompatVersionUnknown}}
-
- -
- - - - - - - - - - - - - - - - - - - -
FeatureFirefox Mobile (Gecko)AndroidIE MobileOpera MobileSafari Mobile
Basic support{{CompatGeckoMobile(1)}}{{CompatVersionUnknown}}{{CompatVersionUnknown}}{{CompatVersionUnknown}}{{CompatVersionUnknown}}
-
- -

[1]  atob() is also available to XPCOM components implemented in JavaScript, even though {{domxref("Window")}} is not the global object in components.

- -

See also

- - diff --git a/files/ja/conflicting/web/api/windoworworkerglobalscope_e2691f7ad05781a30c5fc5bb3b3f633a/index.html b/files/ja/conflicting/web/api/windoworworkerglobalscope_e2691f7ad05781a30c5fc5bb3b3f633a/index.html deleted file mode 100644 index bede3a0c57..0000000000 --- a/files/ja/conflicting/web/api/windoworworkerglobalscope_e2691f7ad05781a30c5fc5bb3b3f633a/index.html +++ /dev/null @@ -1,120 +0,0 @@ ---- -title: WindowTimers -slug: conflicting/Web/API/WindowOrWorkerGlobalScope_e2691f7ad05781a30c5fc5bb3b3f633a -tags: - - API -translation_of: Web/API/WindowOrWorkerGlobalScope -translation_of_original: Web/API/WindowTimers -original_slug: Web/API/WindowTimers ---- -
{{APIRef("HTML DOM")}}
- -

WindowTimers contains utility methods to set and clear timers.

- -

There is no object of this type, though the context object, either the {{domxref("Window")}} for regular browsing scope, or the {{domxref("WorkerGlobalScope")}}  for workers, implements it.

- -

Properties

- -

This interface do not define any property, nor inherit any.

- -

Methods

- -

This interface do not inherit any method.

- -
-
{{domxref("WindowTimers.clearInterval()")}}
-
Cancels the repeated execution set using {{domxref("WindowTimers.setInterval()")}}.
-
{{domxref("WindowTimers.clearTimeout()")}}
-
Cancels the repeated execution set using {{domxref("WindowTimers.setTimeout()")}}.
-
{{domxref("WindowTimers.setInterval()")}}
-
Schedules the execution of a function each X milliseconds.
-
{{domxref("WindowTimers.setTimeout()")}}
-
Sets a delay for executing a function.
-
- -

Specifications

- - - - - - - - - - - - - - - - - - - - - - - - - - -
SpecificationStatusComment
{{SpecName('HTML WHATWG', '#windowtimers', 'WindowTimers')}}{{Spec2('HTML WHATWG')}}No change since the latest snapshot, {{SpecName("HTML5.1")}}.
{{SpecName('HTML5.1', '#windowtimers', 'WindowTimers')}}{{Spec2('HTML5.1')}}Snapshot of {{SpecName("HTML WHATWG")}}. No change.
{{SpecName("HTML5 W3C", "#windowtimers", "WindowTimers")}}{{Spec2('HTML5 W3C')}}Snapshot of {{SpecName("HTML WHATWG")}}. Creation of WindowBase64 (properties where on the target before it).
- -

Browser compatibility

- -

{{CompatibilityTable}}

- -
- - - - - - - - - - - - - - - - - - - -
FeatureFirefox (Gecko)ChromeInternet ExplorerOperaSafari
Basic support{{CompatGeckoDesktop(1)}}1.04.04.01.0
-
- -
- - - - - - - - - - - - - - - - - - - -
FeatureFirefox Mobile (Gecko)AndroidIE MobileOpera MobileSafari Mobile
Basic support{{CompatGeckoMobile(1)}}{{CompatVersionUnknown}}{{CompatVersionUnknown}}{{CompatVersionUnknown}}{{CompatVersionUnknown}}
-
- -

 

- -

See also

- - 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")}}

- -

関連情報

+

関連情報