day8 / re-frame-10x

A debugging dashboard for re-frame. X-ray vision as tooling.
MIT License
631 stars 68 forks source link

Use a fake LocalStorage when the real one is not available. Fixes #308 #315

Closed bshepherdson closed 3 years ago

bshepherdson commented 3 years ago

In particular, attempting to use js/localStorage throws an error in sandboxed iframes, preventing the use of 10x.

delete-all-keys! (called by the factory reset) doesn't work perfectly with the fake storage, but it doesn't error and a refresh will always clear the settings.

superstructor commented 3 years ago

Thanks @shepheb 👍🏻 Looks good 😄