-
**Is your feature request related to a problem? Please describe.**
LD SDK shares localStorage space with our app, and there is no constrain on how much data LD SDK can use, leading to unexpected lo…
-
### Description
Lorsqu'on désactive un control il reste disponible si l'utilisateur l'avait activé avant la mise à jour du site.
### Comportement attendu
Lorsqu'on désactive un control, il est supp…
-
**Is your feature request related to a problem? Please describe.**
When my app initializes using it has to wait for LD to connect before I start rendering content.
If I don't wait, it uses local…
-
#### 实现场景:(amis版本:6.9)
1.登录,将token保存到localStorage,token获取到了,跳转页面到首页,也跳转成功,
```
if (payload.token != "") {
localStorage.setItem("token", payload.token);
localStorage.setItem("xtoken", payload.…
-
After spending quite a lot of time with this, I think I'm correct in saying that the ReadMe instruction to add the `Blazored.LocalStorage.js` script to one's project is now obsolete?
Not a bug as …
-
Store selected theme (light or dark) on local storage in order to always retrieve the last selected theme
-
I encountered a problem while using the WalletConnect web3inbox application where I hit the 5MB limit of local storage.
### Steps to Reproduce:
1. Use the application for a prolonged period, inte…
-
-
Both visibility and zoom state should be saved in localstorage with the id of the brew, to guarrantee a better UX, if a user does not want to have the toolbar there all the time, it should stay hidden…
-
We are developing an outlook web addin using office js Smart alert template.
We are using LocalStorage to store some of our appdata. However, what we observed is that sometimes our app url does not…