If you're referring to my post about Javascript and the browser history, let me quote from my JS book:
location.replace(url)
The replace() method does not generate a new entry in the History object. when you use replace() the new URL overwrites the current entry in the History object!
I rest my case 😃