SyncEvent.lastChance
Experimental: This is an experimental technology
Check the Browser compatibility table carefully before using this in production.
The SyncEvent.lastChance
read-only property of the SyncEvent
interface returns true
if the user agent will not make further synchronization attempts after the current attempt. This is the value passed in the lastChance
parameter of the SyncEvent()
constructor.
Syntax
var lastChance = SyncEvent.lastChance
Value
A boolean value that indicates whether the user agent will not make further synchronization attempts after the current attempt.
Specifications
Browser compatibility
Desktop | Mobile | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
Chrome | Edge | Firefox | Internet Explorer | Opera | Safari | WebView Android | Chrome Android | Firefox for Android | Opera Android | Safari on IOS | Samsung Internet | |
lastChance |
49 |
79 |
No |
No |
? |
No |
No |
49 |
No |
? |
No |
5.0 |
© 2005–2021 MDN contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/API/SyncEvent/lastChance