Memory leak over time, while tab with the game in focus #9
Open
Description
Working workaround: change tab for awhile (2 minutes or so), and minimize browser to be sure. At least FF will clear RAM.
Issue also confirmed in Chrome.
The reason is DOM (node list, which grows with each message in textarea).
Since GC can't be called, it's interesting thing to solve.