MoOx / pjax

Easily enable fast Ajax navigation on any website (using pushState + xhr)
MIT License
1.46k stars 125 forks source link

Implement scrollRestoration [Experimental] #40

Closed kbariotis closed 6 years ago

kbariotis commented 9 years ago

https://developers.google.com/web/updates/2015/09/history-api-scroll-restoration

if ('scrollRestoration' in history) {
  // Back off, browser, I got this...
  history.scrollRestoration = 'manual';
}
Axure commented 9 years ago

This is totally awesome.