WebIDLpedia

SyncEvent interface

Definition

Web Background Synchronization defines SyncEvent



[Exposed=ServiceWorker]
interface SyncEvent : ExtendableEvent {
  constructor(DOMString type, SyncEventInit init);
  readonly attribute DOMString tag;
  readonly attribute boolean lastChance;
};

Methods and attributes that return objects implementing SyncEvent