--- title: ServiceWorkerGlobalScope.registration slug: Web/API/ServiceWorkerGlobalScope/registration tags: - API - Property - Reference - Service Worker - ServiceWorker - ServiceWorkerGlobalScope - registration translation_of: Web/API/ServiceWorkerGlobalScope/registration ---
{{SeeCompatTable}}{{APIRef("Service Workers API")}}
{{domxref("ServiceWorkerGlobalScope")}} インターフェースの registration
読み取り専用プロパティは、Service Worker の登録を表す {{domxref("ServiceWorkerRegistration")}} オブジェクトの参照を返します。
serviceWorkerRegistration = self.registration
{{domxref("ServiceWorkerRegistration")}} オブジェクト。
仕様 | ステータス | コメント |
---|---|---|
{{SpecName('Service Workers', '#service-worker-global-scope-registration', 'ServiceWorkerGlobalScope.registration')}} | {{Spec2('Service Workers')}} | 初期定義。 |
{{Compat("api.ServiceWorkerGlobalScope.registration")}}