Search completed in 0.90 seconds.
3 results for "SyncRegistration":
SyncManager.register() - Web APIs
WebAPISyncManagerregister
the syncmanager.register method of the syncmanager interface returns a promise that resolves to a syncregistration instance.
... syntax syncmanager.register([options]).then(function(syncregistration) { ...
... }) returns a promise that resolves to an instance of syncregistration.
...And 2 more matches
Index - Web APIs
WebAPIIndex
4215 registration dom, junk, property the registration read-only property of the syncevent interface returns a reference to a syncregistration object.
... 4218 syncmanager.register() api, experimental, method, reference, serviceworker, syncmanager, register the syncmanager.register method of the syncmanager interface returns a promise that resolves to a syncregistration instance.
registration - Web APIs
WebAPISyncEventregistration
the registration read-only property of the syncevent interface returns a reference to a syncregistration object.
... syntax var syncreg = syncevent.registration value a syncregistration object ...