Web Storage API part 2

Types of Web Storage Objects



There are two types of web storage objects:
- sessionStorage()
- localStorage()

Local vs. Session
- Session Storage is destroyed once the user closes the browser
- Local Storage stores data with no expiration date
You need to be familiar with basic JavaScript in order to understand and use the API.

Comments

Popular posts from this blog

SVG Animations & Paths part 2

header, nav & footer part 1