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

Make compatible with more browsers #7

Open
NathanWalker opened this issue Dec 23, 2015 · 5 comments
Open

Make compatible with more browsers #7

NathanWalker opened this issue Dec 23, 2015 · 5 comments

Comments

@NathanWalker
Copy link

This is more of a to-do to myself to create a PR to broaden the browser support for this. I'm pretty sure there's service worker support in Safari (desktop and mobile) and chrome mobile or at least a way to make it work from what I've read in past.

@NathanWalker
Copy link
Author

@NathanWalker
Copy link
Author

@bahmutov
Copy link
Owner

Good points, definitely needed once everything is working (I am looking to make a demo based on https://github.com/bahmutov/hydrate-vdom-todo)

@boneskull
Copy link

I haven't looked at this lib too deeply, but are there constraints around how much data you can stuff into localStorage? Especially on mobile platforms?

@bahmutov
Copy link
Owner

so localStorage is very problematic - it has 5MB at most limit, and the behavior varies across browsers how and if it is going to ask. I suggest using localForage project - it works across any available data storage

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

3 participants