history.js
history.js copied to clipboard
History.pushState has memory leak
There seems to be no limit how many times you can pushState and over time the browser will get slower and crash.
The code above used HTML5 history API (history.pushState) but not History.js (History.pushState).
@huzecong I know, the same effect.