-
Create a `sessionStorage` example. The purpose will be to show how to easily persist data between pages.
-
PR https://github.com/red-hat-storage/odf-console/pull/1598 added a hook `useUserSettingsLocalStorage` which provides access to localStorage, need to add an optional prop for sessionStorage as well.
…
-
### What version of PnPjs library you are using
4.x
### Minor Version Number
4.1.0
### Target environment
All
### Additional environment details
I'm using pnpjs in a browser (clie…
-
# 背景
プロジェクト・タスク作成時にページをリロードすると書きかけた内容が消える。
# DoD
- SessionStorageでよいので、下書きしたタスクが保存され、復旧可能なこと。
- SessionStorageにアクセスできない場合(シークレットモードなど)の考慮がされていること
-
### 🚀 Feature Request
[BrowserContext.prototype.storageState()](https://playwright.dev/docs/api/class-browsercontext#browser-context-storage-state) is very convenient. I appreciate that [Session stor…
-
I believe Cookies are not safe and vulnerable. Internal Storage is also available on browser forever if user wont log out and just close the browser. So My question is why sessionStorage is not in sco…
-
**Feature Description**
Make selected entry in sidebar always visible. same problem like [#395](https://github.com/imfing/hextra/issues/395). I want to try a new solution below. The old solution pr…
-
-
### Core or SDK?
Platform/SDK
### Which part? Which one?
JavaScript SDKs
### Description
We should better document how our sdks interact with cookies/localstorage/sessionstorage, as it'…
-
There's currently an 8KB limit for items that can be stored via the `sessionStorage` API. This is going to be limiting if we are storing larger content, eg: images.