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: add ability to publish (save) posts in browser storage (indexed db?) #36

Open
MaxLeiter opened this issue Mar 19, 2022 · 0 comments
Labels
Feature request help wanted Extra attention is needed

Comments

@MaxLeiter
Copy link
Owner

Someone mentioned this on HN and I can see a valid use-case as long as it's made clear that the post will be available only in that browser + never sent to the server + could be removed by the browser at any time.

We should try to use https://developer.mozilla.org/en-US/docs/Web/API/StorageManager and fall-back to indexedb if it's unavailable.

@MaxLeiter MaxLeiter added help wanted Extra attention is needed Feature request labels Mar 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant