blob: 8571d8200877fdaa45ad8bf9b3e7994a39ae9812 (
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
|
---
title: SyncEvent.lastChance
slug: Web/API/SyncEvent/lastChance
tags:
- API
- Background Sync
- Experimental
- Property
- Reference
- ServiceWorker
- SyncEvent
- lastChance
translation_of: Web/API/SyncEvent/lastChance
---
<p>{{SeeCompatTable}}{{APIRef("")}}</p>
<p>{{domxref("SyncEvent")}} インターフェイスの <strong><code>SyncEvent.lastChance</code></strong> 読み取り専用プロパティは、現在の試行後にユーザーエージェントが同期を試行しない場合に <code>true</code> を返します。 これは、 {{domxref("SyncEvent.SyncEvent","SyncEvent()")}} コンストラクタの <code>lastChance</code> パラメータに渡される値です。</p>
<h2 id="構文">構文</h2>
<pre class="syntaxbox notranslate">var <em>lastChance</em> = SyncEvent.lastChance</pre>
<h3 id="値">値</h3>
<p>{{jsxref("Boolean")}} は、現在の試行の後にユーザーエージェントがこれ以上同期を試行しないかどうかを示します。</p>
<h2 id="仕様">仕様</h2>
<table class="standard-table">
<tbody>
<tr>
<th>仕様</th>
</tr>
<tr>
<td><a href="https://wicg.github.io/background-sync/spec/#sync-event">Web Background Synchronization</a></td>
</tr>
</tbody>
</table>
<h2 id="ブラウザー実装状況">ブラウザー実装状況</h2>
<p>{{Compat("api.SyncEvent.lastChance")}}</p>
|