ServiceWorkerRegistration.waiting
        
        
          
                Baseline
                
                  Widely available
                
                
              
        
        
        
          
                
              
                
              
                
              
        
        
      
      This feature is well established and works across many devices and browser versions. It’s been available across browsers since 2018年4月.
waiting は ServiceWorkerRegistration インターフェイスのプロパティで、サービスワーカーのうち ServiceWorker.state がインストール済み (installed) のものを返します。 このプロパティは、最初は null に設定されています。
メモ: この機能はウェブワーカーで利用できます。
値
ServiceWorker オブジェクト(現在インストール済み (installed) の状態の場合)。
仕様書
| Specification | 
|---|
| Service Workers> # navigator-service-worker-waiting> | 
ブラウザーの互換性
Loading…