Closed bates64 closed 6 years ago
See #621. Could close that issue, although my personal opinion is that popState should be renamed to better reflect that it doesn't cause the behaviour (unlike pushState/replaceState)...
popState
pushState
replaceState
Currently working on a new system for history API - because you're right, this isn't working well. https://www.yoshuawuyts.com/history
See #621. Could close that issue, although my personal opinion is that
popState
should be renamed to better reflect that it doesn't cause the behaviour (unlikepushState
/replaceState
)...