From 33058f2b292b3a581333bdfb21b8f671898c5060 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:40:17 -0500 Subject: initial commit --- .../api/serviceworkerregistration/sync/index.html | 48 ++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 files/ja/web/api/serviceworkerregistration/sync/index.html (limited to 'files/ja/web/api/serviceworkerregistration/sync') diff --git a/files/ja/web/api/serviceworkerregistration/sync/index.html b/files/ja/web/api/serviceworkerregistration/sync/index.html new file mode 100644 index 0000000000..331625dbac --- /dev/null +++ b/files/ja/web/api/serviceworkerregistration/sync/index.html @@ -0,0 +1,48 @@ +--- +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")}}

-- cgit v1.2.3-54-g00ecf