Web Storage and DOM Storage (Document Object Model) are web application software methods and protocols that are used to store data in a web browser. Web storage supports persistent data storage, similar to cookies, as well as window-local storage.

Web storage is being standardized by the World Wide Web Consortium (W3C). It was originally part of the HTML 5 specification, but is now in a separate specification[1]. It is supported by Internet Explorer 8, Mozilla-based browsers (e.g., Firefox 2+, officially from 3.5)[2], Safari 4, Google Chrome 4 (sessionStorage is from 5), and Opera 10.50.

 

More info can be read from this wiki link.

VN:F [1.1.6_502]
Rating: 0.0/5 (0 votes cast)
Share:
  • Digg
  • del.icio.us
  • Facebook
  • Google
  • DotNetKicks
  • LinkedIn
  • Live
  • MySpace
  • StumbleUpon
  • Technorati

Related posts:

  1. Send keystrokes to an application
  2. JavaScript Trick
  3. Ajax simpleeee….
  4. What’s new in Silverlight 4.0?
  5. OpenXML