Skip to content

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。

readonly get: (keys) => Promise<Readonly<Record<string, unknown>>>

Defined in: infrastructure/chrome/launch-context-storage-adapter.ts:7

Storage keyに対応する値を取得。

string

Promise<Readonly<Record<string, unknown>>>


readonly set: (items) => Promise<void>

Defined in: infrastructure/chrome/launch-context-storage-adapter.ts:9

Storageへ値を書き込み。

Readonly<Record<string, unknown>>

Promise<void>

Last updated: