localstorage js | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
0

localstorage js

is it possible to use same localstorage on different pages javascript

5th Dec 2022, 5:34 PM
Munezero Olivier Hugue
Munezero Olivier Hugue - avatar
1 Antwort
+ 4
https://stackoverflow.com/questions/54216951/how-to-share-local-storage-between-two-or-more-html-pages-using-a-single-javascr "Local storage works on a per domain basis (not per page) so any HTML pages will share the same LocalStorage database as long as they are on the same domain."
5th Dec 2022, 6:32 PM
Tibor Santa
Tibor Santa - avatar