A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from http://developer.mozilla.org/en-US/docs/Web/API/SyncEvent/SyncEvent below:

SyncEvent: SyncEvent() constructor - Web APIs

SyncEvent: SyncEvent() constructor

Limited availability

Note: This feature is only available in Service Workers.

The SyncEvent() constructor creates a new SyncEvent object.

Syntax
new SyncEvent(type, options)
Parameters
type

A string with the name of the event. It is case-sensitive and browsers always set it to sync.

options

An object that, in addition to the properties defined in ExtendableEvent(), can have the following properties:

tag

A developer-defined unique identifier for this SyncEvent.

lastChance Optional

A boolean value indicating that the user agent will not make further synchronization attempts after the current attempt. It defaults to false.

Return value

A new SyncEvent object.

Specifications Browser compatibility

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4