Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Client-side writing #79

Open
jonthegeek opened this issue Apr 5, 2024 · 0 comments
Open

Client-side writing #79

jonthegeek opened this issue Apr 5, 2024 · 0 comments

Comments

@jonthegeek
Copy link
Contributor

As a user, in order to save data locally before attempting to hit a server, I would like to write cookies entirely in the browser (JS side).

I'm not sure how I'll implement this, but it grew from a discussion of handling connectivity issues between clients and the server. It would be cool to be able to write data to a cookie in case the server is dead.

Also include functionality to reconcile cookie with server on load, if that makes sense. Use case specifically had things saving as RDS on server side. The idea would be to check whether the server has this data, and to run through whatever the "submission" process is if not. I'm not certain whether this belongs here or as a specific implementation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant