My Javascript Object is too big

Posted by Kubi on Stack Overflow See other posts from Stack Overflow or by Kubi
Published on 2010-04-22T16:23:47Z Indexed on 2010/04/22 16:33 UTC
Read the original article Hit count: 446

Filed under:

I am creating a really big javascript object on page load. I am getting no error on firefox but on Internet Explorer I am getting an error saying that-> Stop running this script ? A script on this page is causing your web browser to run slowly. If it continues to run, your computer might become unresponsive.

Is there any size limit for Javascript objects in Internet Explorer ? Any other solutions but not dividing the object ?

Any help would be greatly appreciated,

© Stack Overflow or respective owner

My Javascript Object is too big

Posted by Kubi on Stack Overflow See other posts from Stack Overflow or by Kubi
Published on 2010-04-22T16:23:28Z Indexed on 2010/04/22 16:33 UTC
Read the original article Hit count: 446

Filed under:

I am creating a really big javascript object on page load. I am getting no error on firefox but on Internet Explorer I am getting an error saying that-> Stop running this script ? A script on this page is causing your web browser to run slowly. If it continues to run, your computer might become unresponsive.

Is there any size limit for Javascript objects in Internet Explorer ? Any other solutions but not dividing the object ?

Any help would be greatly appreciated,

© Stack Overflow or respective owner

Related posts about JavaScript