ServiceWorkerGlobalScope.clients

Baseline Widely available

This feature is well established and works across many devices and browser versions. It’s been available across browsers since April 2018.

ServiceWorkerGlobalScope 인터페이스의 clients 읽기 전용 속성은 서비스 워커와 관련된 Clients 객체를 반환한다.

Syntax

js
swClients = self.clients;

Value

특정한 워커와 관련된 Clients 객체.

명세서

Specification
Service Workers
# service-worker-global-scope-clients

브라우저 호환성

Report problems with this compatibility data on GitHub
desktopmobile
Chrome
Edge
Firefox
Opera
Safari
Chrome Android
Firefox for Android
Opera Android
Safari on iOS
Samsung Internet
WebView Android
WebView on iOS
clients

Legend

Tip: you can click/tap on a cell for more information.

Full support
Full support
No support
No support

See also