Skip to content

Commit

Permalink
ServiceWorkerGlobalScope ページの細部の修正
Browse files Browse the repository at this point in the history
  • Loading branch information
mfuji09 committed Sep 22, 2024
1 parent 6ad48e2 commit 77195f6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions files/ja/web/api/serviceworkerglobalscope/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ l10n:

_このインターフェイスには {{domxref("WorkerGlobalScope")}} インターフェイス、およびその親である {{domxref("EventTarget")}} から継承したプロパティがあります。_

- {{domxref("caches")}} {{ReadOnlyInline}}
- : サービスワーカーに関連づけられた {{domxref("CacheStorage")}} オブジェクトを保持します。
- {{domxref("ServiceWorkerGlobalScope.clients")}} {{ReadOnlyInline}}
- : サービスワーカーに関連付けられた {{domxref("Clients")}} オブジェクトを保持します。
- {{domxref("ServiceWorkerGlobalScope.cookieStore")}} {{ReadOnlyInline}} {{Experimental_Inline}}
Expand All @@ -50,7 +48,7 @@ _このインターフェイスには {{domxref("WorkerGlobalScope")}} インタ
- {{domxref("ServiceWorkerGlobalScope/backgroundfetchabort_event", "backgroundfetchabort")}} {{Experimental_Inline}}
- : ユーザーまたはアプリによって[バックグラウンドフェッチ](/ja/docs/Web/API/Background_Fetch_API)処理が中止された場合に発生します。
- {{domxref("ServiceWorkerGlobalScope/backgroundfetchclick_event", "backgroundfetchclick")}} {{Experimental_Inline}}
- : ユーザーがUIをクリックして[バックグラウンドフェッチ](/ja/docs/Web/API/Background_Fetch_API)処理を実行したときに発生します。
- : ユーザーが UI をクリックして[バックグラウンドフェッチ](/ja/docs/Web/API/Background_Fetch_API)処理を実行したときに発生します。
- {{domxref("ServiceWorkerGlobalScope/backgroundfetchfail_event", "backgroundfetchfail")}} {{Experimental_Inline}}
- : [バックグラウンドフェッチ](/ja/docs/Web/API/Background_Fetch_API)処理で、リクエストの少なくとも 1 つが失敗したときに発生します。
- {{domxref("ServiceWorkerGlobalScope/backgroundfetchsuccess_event", "backgroundfetchsuccess")}} {{Experimental_Inline}}
Expand Down

0 comments on commit 77195f6

Please sign in to comment.