Do javascript variables have a storage limit?

前端 未结 4 1502
-上瘾入骨i
-上瘾入骨i 2020-12-31 06:10

Do javascript variables have a storage capacity limit?

I\'m designing one YUI datatable where I fetch the data from database and store it in a js object and wherever

4条回答
  •  孤城傲影
    2020-12-31 07:03

    There is a limit on JavaScript objects max js object limit. What i would suggest using is session objects because that's what it sounds like your trying to do anyway.

提交回复
热议问题