We have a web interface system that uses
JS heavily throughout. Sometimes users will experience random
JS errors. We think this is due to the
JS using all the client side memory on their computer. Is there a way to reduce the amount of memory that
JS uses like a clear buffer or something?
Thanks,
Anne