Excuse me, can the live chat messages on the website be localized and stored in localStorage?

excuse me, can the live chat messages on the website be localized and stored in localStorage? Is localStorage or sessionStorage getting smaller?

do a live chat system on the website, the information is local, which localization technology is the general choice?

because of other technologies that can store more data, Indexdb can also. I don"t know if localStorage will be satisfied.

Mar.04,2021

Local storage only stores recent chat records or some necessary information, and everything else is on the server's database, which is generally fine with localStorage .


localStorage can generally store 5-10m, depending on different browsers. In general, browsers use localStorage


local storage, if there is no record in another browser

Menu