--- title: ServiceWorkerGlobalScope.clients slug: Web/API/ServiceWorkerGlobalScope/clients translation_of: Web/API/ServiceWorkerGlobalScope/clients ---
{{APIRef("Service Workers API")}}
{{domxref("ServiceWorkerGlobalScope")}} 인터페이스의 clients
읽기 전용 속성은 서비스 워커와 관련된 Clients
객체를 반환한다.
swClients = self.clients
특정한 워커와 관련된 {{domxref("Clients")}} 객체.
Specification | Status | Comment |
---|---|---|
{{SpecName('Service Workers', '#service-worker-global-scope-clients', 'ServiceWorkerRegistration.clients')}} | {{Spec2('Service Workers')}} | Initial definition. |
{{Compat("api.ServiceWorkerGlobalScope.clients")}}