aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/api/syncevent/registration
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2020-12-08 14:40:17 -0500
committerPeter Bengtsson <mail@peterbe.com>2020-12-08 14:40:17 -0500
commit33058f2b292b3a581333bdfb21b8f671898c5060 (patch)
tree51c3e392513ec574331b2d3f85c394445ea803c6 /files/ja/web/api/syncevent/registration
parent8b66d724f7caf0157093fb09cfec8fbd0c6ad50a (diff)
downloadtranslated-content-33058f2b292b3a581333bdfb21b8f671898c5060.tar.gz
translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.tar.bz2
translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.zip
initial commit
Diffstat (limited to 'files/ja/web/api/syncevent/registration')
-rw-r--r--files/ja/web/api/syncevent/registration/index.html28
1 files changed, 28 insertions, 0 deletions
diff --git a/files/ja/web/api/syncevent/registration/index.html b/files/ja/web/api/syncevent/registration/index.html
new file mode 100644
index 0000000000..ff5b936140
--- /dev/null
+++ b/files/ja/web/api/syncevent/registration/index.html
@@ -0,0 +1,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>