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 --- .../api/serviceworkerglobalscope/caches/index.html | 59 ---------------------- 1 file changed, 59 deletions(-) delete mode 100644 files/ja/web/api/serviceworkerglobalscope/caches/index.html (limited to 'files/ja/web') 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