You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If someone is reading the book and closes their browser window, it would be nice to return them to the module they were just viewing the next time they navigate to the book. We could do this using the browser's "local storage" capability.
This could be taken a lot farther: we could save "favorite" pages, search terms, and more. But the most recently viewed page seems like the simplest place to start.
The text was updated successfully, but these errors were encountered:
If someone is reading the book and closes their browser window, it would be nice to return them to the module they were just viewing the next time they navigate to the book. We could do this using the browser's "local storage" capability.
This could be taken a lot farther: we could save "favorite" pages, search terms, and more. But the most recently viewed page seems like the simplest place to start.
The text was updated successfully, but these errors were encountered: