--- title: ServiceWorkerRegistration.onupdatefound slug: Web/API/ServiceWorkerRegistration/onupdatefound tags: - API - Property - Reference - Service Workers - ServiceWorkerRegistration - onupdatefound translation_of: Web/API/ServiceWorkerRegistration/onupdatefound ---
{{APIRef("Service Workers API")}}

{{domxref("ServiceWorkerRegistration")}} インターフェイスの onupdatefound プロパティは、statechange 型のイベントが発生するたびに呼び出される {{domxref("EventListener")}} プロパティです。 {{domxref("ServiceWorkerRegistration.installing")}} プロパティが新しいサービスワーカーを取得するたびに発生します。

: この機能は Web Worker で使用できます。

構文

serviceWorkerRegistration.onupdatefound = function() { ... };

仕様

仕様 状態 コメント
{{SpecName('Service Workers', '#dom-serviceworkerregistration-onupdatefound', 'ServiceWorkerRegistration.onupdatefound')}} {{Spec2('Service Workers')}} 初期定義

ブラウザーの互換性

{{Compat("api.ServiceWorkerRegistration.onupdatefound")}}

関連情報