innerHTML size limit

后端 未结 6 1748
执念已碎
执念已碎 2020-12-04 03:38

I want to use AJAX to load an htmlfile into a

I will then need to run jsMath on this. Everything I have done so far with innerHTML has been a para
6条回答
  •  抹茶落季
    2020-12-04 04:25

    The only kind of limits that are on this type of thing are purely bandwidth and processor related. You should make sure you don't have a low timeout set on your ajax request. You should also test on some lower speed computers to see if there is a memory issue. Some old browsers can be pretty unforgiving of large objects in memory.

提交回复
热议问题