If I visit https://timestamp.decred.org with JS disabled, it shows some UI. If I enable JS but not enable localStorage, the page crashes with localStorage is null error and shows nothing. If I enable localStorage and cookies, the app shows properly.
There are two issues to consider here:
- The page should not crash and go blank if localStorage is unavailable
- localStorage may not be needed at all for this app to work
If I visit https://timestamp.decred.org with JS disabled, it shows some UI. If I enable JS but not enable localStorage, the page crashes with
localStorage is nullerror and shows nothing. If I enable localStorage and cookies, the app shows properly.There are two issues to consider here: