Page MenuHomeSoftware Heritage

Drop sessionStorage, only use the URL to store state.
ClosedPublic

Authored by vlorentz on Jan 11 2019, 1:52 PM.

Details

Summary

AFAIK, the only noticeable change is that pressing F5 sends a request for the content, instead of using the sessionStorage as cache.

Diff Detail

Repository
rDWAPPS Web applications
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.

Event Timeline

anlambert added a subscriber: anlambert.

Originally, I used session storage in order to get the search results back when hitting the 'Search' menu entry again.
But that's not really needed so let's land that diff.

This revision is now accepted and ready to land.Jan 11 2019, 3:10 PM
This revision was automatically updated to reflect the committed changes.