WebTemporalTemporal.ArithmeticOptionstype alias Temporal.ArithmeticOptionsunstableOptions for arithmetic operations like add() and subtract() Properties #optional#overflow: "constrain" | "reject"Controls handling of out-of-range arithmetic results. If a result is out of range, then 'constrain' will clamp the result to the allowed range, while 'reject' will throw a RangeError. The default is 'constrain'.
type alias Temporal.ArithmeticOptionsunstableOptions for arithmetic operations like add() and subtract() Properties #optional#overflow: "constrain" | "reject"Controls handling of out-of-range arithmetic results. If a result is out of range, then 'constrain' will clamp the result to the allowed range, while 'reject' will throw a RangeError. The default is 'constrain'.