This commit is contained in:
Maurits van der Schee 2016-11-30 23:40:22 +01:00 committed by GitHub
commit d3e17f0293

View file

@ -733,7 +733,7 @@ Multiple hosts may be specified using a comma, allowing you to set `allow_origin
## 64 bit integers in JavaScript
JavaScript does not support 64 bit integers. All numbers are stored as 64 bit floating point values. The mantisse of a 64 bit floating point
JavaScript does not support 64 bit integers. All numbers are stored as 64 bit floating point values. The mantissa of a 64 bit floating point
number is only 53 bit and that is why all integer numbers bigger than 53 bit may cause problems in JavaScript.
## Errors