Skip to content

Do local storage stores solve Sveltekit data leaking? #156

Answered by joshnuss
geanes asked this question in Q&A
Discussion options

You must be logged in to vote

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

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
1 reply
@geanes
Comment options

Comment options

You must be logged in to vote
2 replies
@geanes
Comment options

@geanes
Comment options

Answer selected by joshnuss
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants