updateCheck¶
Overview¶
A singleton type/object for handling checking whether our simulation is up-to-date, or whether there is an updated version. See https://github.com/phetsims/joist/issues/189
It exposes its current state (for UIs to hook into), and a check() function used to start checking the version.
@author Jonathan Olson <jonathan.olson@colorado.edu>
Source Code¶
See the source for updateCheck.ts in the joist repository.