Framework
MAX VERSION VALUE
Variable: MAX_VERSION_VALUE
const MAX_VERSION_VALUE: number = Number.MAX_SAFE_INTEGER;Maximum safe version value (2^53 - 1). JavaScript's safe integer limit. When exceeded, version resets to 1.
Robo.jsconst MAX_VERSION_VALUE: number = Number.MAX_SAFE_INTEGER;Maximum safe version value (2^53 - 1). JavaScript's safe integer limit. When exceeded, version resets to 1.