From b598325e21f9761198106a1e78b06b7b002399a4 Mon Sep 17 00:00:00 2001 From: MDN Date: Sat, 13 Nov 2021 00:48:29 +0000 Subject: [CRON] sync translated content --- files/ja/_redirects.txt | 1 + files/ja/_wikihistory.json | 12 ++--- files/ja/conflicting/web/api/caches/index.html | 60 ++++++++++++++++++++++ .../api/serviceworkerglobalscope/caches/index.html | 59 --------------------- 4 files changed, 67 insertions(+), 65 deletions(-) create mode 100644 files/ja/conflicting/web/api/caches/index.html delete mode 100644 files/ja/web/api/serviceworkerglobalscope/caches/index.html (limited to 'files/ja') diff --git a/files/ja/_redirects.txt b/files/ja/_redirects.txt index 1214001898..d969d0f561 100644 --- a/files/ja/_redirects.txt +++ b/files/ja/_redirects.txt @@ -3248,6 +3248,7 @@ /ja/docs/Web/API/SVGTests /ja/docs/orphaned/Web/API/SVGTests /ja/docs/Web/API/SVGTransformable /ja/docs/orphaned/Web/API/SVGTransformable /ja/docs/Web/API/ScrollToOptions /ja/docs/conflicting/Web/API/Window/scroll +/ja/docs/Web/API/ServiceWorkerGlobalScope/caches /ja/docs/conflicting/Web/API/caches /ja/docs/Web/API/ServiceWorker_API /ja/docs/Web/API/Service_Worker_API /ja/docs/Web/API/ServiceWorker_API/Using_Service_Workers /ja/docs/Web/API/Service_Worker_API/Using_Service_Workers /ja/docs/Web/API/Slotable /ja/docs/Web/API/Element diff --git a/files/ja/_wikihistory.json b/files/ja/_wikihistory.json index 98095b7958..022720a210 100644 --- a/files/ja/_wikihistory.json +++ b/files/ja/_wikihistory.json @@ -21470,12 +21470,6 @@ "Wind1808" ] }, - "Web/API/ServiceWorkerGlobalScope/caches": { - "modified": "2020-10-15T22:29:46.631Z", - "contributors": [ - "Wind1808" - ] - }, "Web/API/ServiceWorkerGlobalScope/clients": { "modified": "2019-03-23T22:21:03.744Z", "contributors": [ @@ -48605,6 +48599,12 @@ "Wind1808" ] }, + "conflicting/Web/API/caches": { + "modified": "2020-10-15T22:29:46.631Z", + "contributors": [ + "Wind1808" + ] + }, "conflicting/Web/CSS/Media_Queries/Using_media_queries": { "modified": "2020-05-24T03:45:53.652Z", "contributors": [ diff --git a/files/ja/conflicting/web/api/caches/index.html b/files/ja/conflicting/web/api/caches/index.html new file mode 100644 index 0000000000..4379e332cf --- /dev/null +++ b/files/ja/conflicting/web/api/caches/index.html @@ -0,0 +1,60 @@ +--- +title: ServiceWorkerGlobalScope.caches +slug: conflicting/Web/API/caches +tags: + - API + - Property + - Reference + - Service Workers + - ServiceWorker + - ServiceWorkerGlobalScope +translation_of: Web/API/ServiceWorkerGlobalScope/caches +original_slug: Web/API/ServiceWorkerGlobalScope/caches +--- +

{{APIRef("Service Workers API")}}

+ +

{{domxref("ServiceWorkerGlobalScope")}} インターフェイスの caches 読み取り専用プロパティは、サービスワーカーに関連する {{domxref("CacheStorage")}} オブジェクトを返します。

+ +

構文

+ +
var myCacheStorage = self.caches;
+
+ +

+ +

{{domxref("CacheStorage")}} オブジェクト。

+ +

仕様

+ + + + + + + + + + + + + + +
仕様状態コメント
{{SpecName('Service Workers', '#global-caches', 'ServiceWorkerGlobalScope.caches')}}{{Spec2('Service Workers')}}初期定義
+ +

ブラウザーの互換性

+ +
+ + +

{{Compat("api.ServiceWorkerGlobalScope.caches")}}

+
+ +

関連情報

+ + diff --git a/files/ja/web/api/serviceworkerglobalscope/caches/index.html b/files/ja/web/api/serviceworkerglobalscope/caches/index.html deleted file mode 100644 index 5d670ef2ec..0000000000 --- a/files/ja/web/api/serviceworkerglobalscope/caches/index.html +++ /dev/null @@ -1,59 +0,0 @@ ---- -title: ServiceWorkerGlobalScope.caches -slug: Web/API/ServiceWorkerGlobalScope/caches -tags: - - API - - Property - - Reference - - Service Workers - - ServiceWorker - - ServiceWorkerGlobalScope -translation_of: Web/API/ServiceWorkerGlobalScope/caches ---- -

{{APIRef("Service Workers API")}}

- -

{{domxref("ServiceWorkerGlobalScope")}} インターフェイスの caches 読み取り専用プロパティは、サービスワーカーに関連する {{domxref("CacheStorage")}} オブジェクトを返します。

- -

構文

- -
var myCacheStorage = self.caches;
-
- -

- -

{{domxref("CacheStorage")}} オブジェクト。

- -

仕様

- - - - - - - - - - - - - - -
仕様状態コメント
{{SpecName('Service Workers', '#global-caches', 'ServiceWorkerGlobalScope.caches')}}{{Spec2('Service Workers')}}初期定義
- -

ブラウザーの互換性

- -
- - -

{{Compat("api.ServiceWorkerGlobalScope.caches")}}

-
- -

関連情報

- - -- cgit v1.2.3-54-g00ecf