ShakC
ShakC

Reputation: 53

how to save data locally in HTML5 web page so that we do not need to fetch from server again and again?

I want to make an app through HTML5 through which user can visit and store data for offline, could any one give me references for that?

Upvotes: 4

Views: 1668

Answers (1)

Muhammad Zeeshan
Muhammad Zeeshan

Reputation: 8856

You should use HTML 5 local storage. Example

Upvotes: 3

Related Questions