Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Web/API/ServiceWorkerGlobalScope/clients を更新 #23670

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 4 additions & 5 deletions files/ja/web/api/serviceworkerglobalscope/clients/index.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
---
title: ServiceWorkerGlobalScope.clients
title: "ServiceWorkerGlobalScope: clients プロパティ"
short-title: clients
slug: Web/API/ServiceWorkerGlobalScope/clients
l10n:
sourceCommit: c7aeb96dac3e0ac2864cffe45c02d214ae1a5219
sourceCommit: 2ef36a6d6f380e79c88bc3a80033e1d3c4629994
---

{{APIRef("Service Workers API")}}
{{APIRef("Service Workers API")}}{{SecureContext_Header}}{{AvailableInWorkers("service")}}

**`clients`** は {{domxref("ServiceWorkerGlobalScope")}} インターフェイスの読み取り専用プロパティで、サービスワーカーに関連付けられた [`Clients`](/ja/docs/Web/API/Clients) オブジェクトを返します。

Expand All @@ -25,6 +26,4 @@ l10n:

- [サービスワーカーの使用](/ja/docs/Web/API/Service_Worker_API/Using_Service_Workers)
- [サービスワーカーの基本的なコード例](https://github.com/mdn/dom-examples/tree/main/service-worker/simple-service-worker)
- [Is ServiceWorker ready?](https://jakearchibald.github.io/isserviceworkerready/)
- {{jsxref("Promise")}}
- [ウェブワーカーの使用](/ja/docs/Web/API/Web_Workers_API/Using_web_workers)