tech-tips/Языки программирования/JavaScript/Использование localStorage в JavaScript.md

12 lines
1.0 KiB
Markdown

## Туториалы / Доки
- [https://developer.mozilla.org/en-US/docs/Web/API/Web_Storage_API](https://developer.mozilla.org/en-US/docs/Web/API/Web_Storage_API)
- [https://www.w3schools.com/html/html5_webstorage.asp](https://www.w3schools.com/html/html5_webstorage.asp)
- [https://blog.logrocket.com/the-complete-guide-to-using-localstorage-in-javascript-apps-ba44edb53a36](https://blog.logrocket.com/the-complete-guide-to-using-localstorage-in-javascript-apps-ba44edb53a36)
- [https://tproger.ru/articles/localstorage/](https://tproger.ru/articles/localstorage/)
## Нюансы
- [https://stackoverflow.com/questions/2010892/storing-objects-in-html5-localstorage](https://stackoverflow.com/questions/2010892/storing-objects-in-html5-localstorage)
- [https://stackoverflow.com/questions/25013643/is-it-possible-to-use-localstorage-with-context-per-path-like-cookie](https://stackoverflow.com/questions/25013643/is-it-possible-to-use-localstorage-with-context-per-path-like-cookie)
- [https://habr.com/ru/post/349164/](https://habr.com/ru/post/349164/)