I m developing a chrome extension and i want to know that from which version of google chrmoe it started supporting local storage and session storage ??
Share
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.
localStorage in Chrome 4
sessionStorage in Chrome 5
Source : https://developer.mozilla.org/en/DOM/Storage#localStorage ( towards the bottom )
I dont think any one still uses such early versions of Chrome.
T.