-
Web Storage API:
> https://developer.mozilla.org/zh-CN/docs/Web/API/Web_Storage_API/Using_the_Web_Storage_API
详说 Cookie, LocalStorage 与 SessionStorage
> http://jerryzou.com/p…
-
Hi!! I use this Add-on a lot! (Thank you for creating it :) ) . it used to work really well but today I created some new cards and it doesn't show any answers on the back card. I'll share some screens…
-
### MDN URL
https://developer.mozilla.org/ja/docs/Web/API/Window/localStorage
### この問題に関する節や見出しはどこですか。
冒頭の第二パラグラフの最初
### 不完全、不親切、不完全であった情報は何ですか。
> localStorage は [sessionStorage](https://develope…
-
For security concerns is necessary to change all information in sessionStorage.
-
Saw corrupt binary data in sessionStorage on safari. No idea how to reproduce the problem.
acthp updated
8 years ago
-
Is it possibile to change from sessionStorage to localStorage dynamically, for example into a service?
Is it exist a method like "setStorageType"?
-
Right now, the persistence middleware only supports sync storages such as localStorage or sessionStorage. If we'd want to use e.g. IndexedDB it would fail due to the sync nature.
-
The library currently uses Window.localStorage this works well when sessions are supported across multiple browser tabs.
I would like the option to use Window.sessionStorage instead for use-cases wh…
-
Just like Payload, save SessionStorage in request's attribute as well?
### but Why?
for thread safe; all run-time variables should be in request's attribute.
-
**The session storage seems to be constantly growing**
When running etherpad we see a constantly growing number of session storage values in the database.
Is there a way to clean them up? We alre…