Skip to content

ChromeWindowIdStorageArea

Defined in: infrastructure/chrome/cli-page-window-id-storage-adapter.ts:13

Chrome storage areaのうちadapterが使う最小shapeです。

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

Defined in: infrastructure/chrome/cli-page-window-id-storage-adapter.ts:17

保存値を読み込みます。

string

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


readonly remove: (key) => Promise<void>

Defined in: infrastructure/chrome/cli-page-window-id-storage-adapter.ts:15

保存値を削除します。

string

Promise<void>


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

Defined in: infrastructure/chrome/cli-page-window-id-storage-adapter.ts:19

保存値を書き込みます。

ChromeStorageRecord

Promise<void>

Last updated: