We need to implement undo functionality for a web editor and want to test how deep the undo history could reasonably go.
The undo data model is a JavaScript array containing 1+ jQuery objects, each of which could contain multiple Base64 images.
How can you measure memory usage of JavaScript objects? Is it possible to monitor memory usage from Chrome?
from Implementing undo feature: how to measure memory consumption of JavaScript array?
No comments:
Post a Comment