#96: localStorage for Forms

CSS-Tricks Screencasts - Podcast autorstwa CSS-Tricks

Podcast artwork

Kategorie:

HTML5 has an incredibly simple method for storing persisting data called localStorage. Natively, you just call a method with key/value pair and that is saved (pretty much) forever. Knowing the key, you can retrieve it at any time. This …

Visit the podcast's native language site