Is there any good way to reclaim memory in IE?

there are a lot of DOM operations in JS, iframe switching,

regular use of GarbageCollect does not work well.

by the way, dozens of JS files, each with hundreds or thousands of lines, are unrealistic to recycle once per function. T

is there any unified method?

Nov.06,2021

iframe switching in ie can easily lead to memory overflow. Switching iframe suggests first remove drop this iframe , and then rebuild a new iframe ;


object pool.

Menu