-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Add option to make offline storage persistent #703
Comments
Sorry to hear that :/ I'm eagerly waiting for the Storage API to be implemented in all browsers, so we can do away with all the persistent storage issues. Before working on this I'd like to see at least one other browser (Firefox) ship the API, and I also need to complete the migration over to HTTPS (Chrome only enables |
@jayandcatchfire While DevDocs works over HTTPS, HTTP is still the default (one reason being that until #633, many docs had insecure assets/images which wouldn't load over HTTPS) . Most people use the HTTP version. Before implementing persistent storage, I want to force HTTPS, so that the feature is available to everyone. However, forcing HTTPS will nuke all HTTP users' offline data (but not their settings—like you said), so before doing that I need to implement a few things to let the users know and ease the transition. |
About the HTTP => HTTPS migration in order to minimize data loss for users I think (once HTTPS is ready to deploy of course) there should be a big notice displayed warning them that due to protocol migration, there data will be lost. |
Thanks for this awesome site. I missed it terribly this week when I was traveling with a bad or no internet connection and Chrome bumped it from my cache.
Please consider using StorageManager so we can optionally make storage persistent. Thanks.
The text was updated successfully, but these errors were encountered: