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/conflicting/web/api/caches/index.html | 60 ++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100644 files/ja/conflicting/web/api/caches/index.html (limited to 'files/ja/conflicting/web') 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")}}

+
+ +

関連情報

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