... not just PushState.push
It might look like:
<a href='/home' rel="pushstate">New history item created</a>
<a href='/blog' rel="pushstate-replace">NO new history item created</a>
<a href='/home' class="pushstate">New history item created</a>
<a href='/home' class="pushstate-replace">NO new history item created</a>
It would be implemented much the same way during PushState.init()
Ping @kevinresol
... not just
PushState.pushIt might look like:
It would be implemented much the same way during
PushState.init()Ping @kevinresol