ServiceWorkerRegistration.installing
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.
installing
は ServiceWorkerRegistration
インターフェイスのプロパティで、ServiceWorker.state
がインストール中 (installing
) のサービスワーカーを返します。 このプロパティは、最初は null
に設定されています。
メモ: この機能はウェブワーカーで利用できます。
値
ServiceWorker
オブジェクト(現在インストール中 (installing
) の状態の場合)。
仕様書
Specification |
---|
Service Workers # navigator-service-worker-installing |
ブラウザーの互換性
Report problems with this compatibility data on GitHubdesktop | mobile | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
installing |
Legend
Tip: you can click/tap on a cell for more information.
- Full support
- Full support
- No support
- No support
The compatibility table on this page is generated from structured data. If you'd like to contribute to the data, please check out https://github.com/mdn/browser-compat-data and send us a pull request.