2 Guides

web-storage-api

Different Storage Web APIs

There are different Web APIs that let you save data inside the browser and then later use it. In this piece, let's shed some light on these APIs.

Interactive Guide To Web Storage API

Web Storage API provides different functions to store key/value pairs in the browser. In this piece, let's look at how to use web storage API in your websites.