Javascript maximum size for types?
As you already stated, the specification does not state any size limits / requirements for types besides Number. So this is definitally left to the implementation. For example, Chrome’s limit on strings seems to be hard coded at around 512mb (and less on 32bit). This puts a limit on the maximally possible allocation request in … Read more