开发者

What can you use HTML5's local storage for? [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. Closed 11 years ago.

I was wondering what are some of the most creative and useful use cases of HTML5's local storage capabilities.

Have you ever encountered any website that uses that feature in a cool way?

In other words, what are some of the examples of places where storing user data in a browser indefinitely 开发者_如何学Ccan be used?

Any ideas are appreciated


one of the most practical reasons to use it is so that the user has some data pre populated when they start their app, i.e. the UI can show data right away, and then sync up with the server behind the scenes. Combined with an html5 manifest, this is quite powerful juju.

It's also useful for RIAs when the app wants to save data intermittently without going to the server. For example, an RIA word processor, you can store the document to local storage....


It's helpful to store your applications data while the computer is offline. Then you can synchronize the data when the computer is online again.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜