Definition
Web Background Synchronization defines SyncEventInit
dictionary SyncEventInit : ExtendableEventInit {
required DOMString tag;
boolean lastChance = false;
};
SyncEventInit
dictionaryWeb Background Synchronization defines SyncEventInit
dictionary SyncEventInit : ExtendableEventInit {
required DOMString tag;
boolean lastChance = false;
};