I want to know whether Google chrome and safari browsers currently support local data storage?
I need to store some data in browser level and need to query it. Is this browsers support local data storage?
Thank You,
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Yes they do, as part of their support for HTML 5, specifically HTML 5 Client-side Database Storage through an API.
You can see an example of it in action here. You can find a tutorial at darkcrimson.com. You can find the standard for it at W3C.