WebIDLpedia

PeriodicSyncEvent interface

Definition

Web Periodic Background Synchronization defines PeriodicSyncEvent



[Exposed=ServiceWorker]
interface PeriodicSyncEvent : ExtendableEvent {
    constructor(DOMString type, PeriodicSyncEventInit init);
    readonly attribute DOMString tag;
};

Methods and attributes that return objects implementing PeriodicSyncEvent