ServiceWorkerRegistration.installing

Experimental: 이 기능은 실험적인 기능입니다.
프로덕션 환경에서 사용하기 전에 브라우저 호환성 표를 주의 깊게 확인하세요.

io error: No such file or directory (os error 2) (/home/runner/work/yari/yari/mdn/translated-content/files/ko/web/api/serviceworkerregistration/index.md)

ServiceWorkerRegistration 인터페이스의 installing 속성은 ServiceWorker.stateinstalling 인 서비스 워커를 반환한다. 이 속성은 null 로 초기 설정되어 있다.

참고 : 이 기능은 Web Workers 에서 사용 가능하다.

Syntax

js
sw = ServiceWorker.installing;

Value

현재 installing 상태에 있다면, ServiceWorker 객체

명세서

Specification
Service Workers
# navigator-service-worker-installing

브라우저 호환성

BCD tables only load in the browser

See also