blob: ff5b93614096fa0126a15eeef743eb2c3a98b34d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
---
title: registration
slug: Web/API/SyncEvent/registration
tags:
- DOM
- Junk
- Property
translation_of: Web/API/SyncEvent/registration
---
<p style="line-height: 19.0909080505371px;">{{Non-standard_header}}{{APIRef("Service Workers API")}}</p>
<p style="line-height: 19.0909080505371px;">{{domxref("SyncEvent")}} インターフェイスの登録読み取り専用プロパティは、 {{domxref("SyncRegistration")}} オブジェクトへの参照を返します。</p>
<h2 id="構文" style="line-height: 19.0909080505371px;">構文</h2>
<pre class="syntaxbox notranslate">var <em>syncReg</em> = SyncEvent.registration</pre>
<h3 id="値">値</h3>
<p>{{domxref("SyncRegistration")}} オブジェクト</p>
<h2 id="ブラウザー実装状況">ブラウザー実装状況</h2>
<div>
<p>{{Compat("api.SyncEvent.registration")}}</p>
</div>
|