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
{{ message }}
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.
As of now, Mesh stores its own peer ID in localStorage but doesn't persist any other data when running in the browser (orders, DHT, peerstore, etc).
We made a lot of progress toward browser persistence in #297 and #335 but ultimately had to put our efforts on hold when we hit a roadblock having to do with the limitations of localStorage.
The text was updated successfully, but these errors were encountered:
As of now, Mesh stores its own peer ID in
localStorage
but doesn't persist any other data when running in the browser (orders, DHT, peerstore, etc).We made a lot of progress toward browser persistence in #297 and #335 but ultimately had to put our efforts on hold when we hit a roadblock having to do with the limitations of
localStorage
.The text was updated successfully, but these errors were encountered: