updateCheck¶
Under Construction
This documentation is auto-generated, and is a work in progress. Please see the source code at https://github.com/phetsims/joist/blob/main/js/updateCheck.ts for the most up-to-date information.
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.