ChromeStorageSessionArea
This content is for v1.2.1. Switch to the latest version for up-to-date documentation.
Defined in: infrastructure/chrome/launch-context-storage-adapter.ts:5
Chrome storage.session APIのうちadapterが使う最小shape。
Properties
Section titled “Properties”
readonlyget: (keys) =>Promise<Readonly<Record<string,unknown>>>
Defined in: infrastructure/chrome/launch-context-storage-adapter.ts:7
Storage keyに対応する値を取得。
Parameters
Section titled “Parameters”string
Returns
Section titled “Returns”Promise<Readonly<Record<string, unknown>>>
readonlyset: (items) =>Promise<void>
Defined in: infrastructure/chrome/launch-context-storage-adapter.ts:9
Storageへ値を書き込み。
Parameters
Section titled “Parameters”Readonly<Record<string, unknown>>
Returns
Section titled “Returns”Promise<void>