-
Forgive my ignorance, but would local storage stores be a solution for the data leaking between clients behavior when using stores with Sveltekit? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Hi @geanes, Can you explain what you mean by "data leaking"? |
Beta Was this translation helpful? Give feedback.
-
I think this store is only useful on the client-side, since it relies on browser APIs. On the server-side it acts like a regular writable store, and is probably susceptible to the same leaks Svelte's built-in stores have. Maybe there should be a note in the readme |
Beta Was this translation helpful? Give feedback.
I think this store is only useful on the client-side, since it relies on browser APIs.
On the server-side it acts like a regular writable store, and is probably susceptible to the same leaks Svelte's built-in stores have.
Maybe there should be a note in the readme