rafaelgomesxyz / esgst

An extension that enhances SteamGifts / SteamTrades.
MIT License
147 stars 23 forks source link

Storage: implement temporary storage #1702

Open rafaelgomesxyz opened 3 years ago

rafaelgomesxyz commented 3 years ago

To improve performance, some data will be temporarily stored in the local storage of the browser and then permanently stored only every once in a while (maybe every 30 minutes). This is a safer approach than the previous temporary storage implementation, which caused some problems (#1676).

Should take care of #1418.