Implement scrollRestoration [Experimental] #40

Closed
opened 2015-09-03 10:38:08 -05:00 by kbariotis · 1 comment
kbariotis commented 2015-09-03 10:38:08 -05:00 (Migrated from github.com)

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';
}
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 2015-11-02 03:34:50 -05:00 (Migrated from github.com)

This is totally awesome.

This is totally awesome.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: iLoveElysia/pjax#40