--- title: ServiceWorkerRegistration.sync slug: Web/API/ServiceWorkerRegistration/sync tags: - API - Experimental - Property - Reference - Service Workers - ServiceWorkerRegistration - Sync translation_of: Web/API/ServiceWorkerRegistration/sync ---
{{Non-standard_header}}{{APIRef("Service Workers API")}}

{{domxref("ServiceWorkerRegistration")}} インターフェイスの sync プロパティは、バックグラウンド同期プロセスを管理する {{domxref("SyncManager")}} インターフェイスへの参照を返します。

構文

var syncManager = serviceWorkerRegistration.sync;

{{domxref("SyncManager")}} オブジェクト。

仕様

仕様 状態 コメント
{{SpecName('Background Sync')}} {{Spec2('Background Sync')}} 初期定義

ブラウザーの互換性

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