You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That's because the parameter value is being converted a number via the '+' unary operator, but the largest number you can deal with in JS is 9007199254740993 (That's 2^53 - 1 - Think 64bit but then you lose 10bits because they are dedicated to the floating point part).
?n=20149291035541611 Arg("n") return 20149291035541612
20149291035541614 return 20149291035541616
The text was updated successfully, but these errors were encountered: