Chapter 9. Using the HTML5 Web Storage API

In this chapter, we will explore what you can do with HTML5 Web Storage—sometimes referred to as DOMStorage—an API that makes it easy to persist data across web requests. Before the Web Storage API, remote web servers needed to store any data that persisted by sending it back and forth from client to server. With the advent of the Web Storage API, developers can now store data directly on the client side in the browserfor repeated access across requests or to be retrieved long after you completely close the browser, thus reducing network traffic.

In this chapter, we'll first look at how Web Storage differs from cookies and then explore how you can store and retrieve data. Next, we will look at the differences ...

Get Pro HTML5 Programming: Powerful APIs for Richer Internet Application Development now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.