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
Branch
drop-sessionStorage
Lint
No Linters Available
Unit
No Unit Test Coverage
Build Status
Buildable 3427
Build 4414: tox-on-jenkinsJenkins
Build 4413: arc lint + arc unit

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.