ChromeWindowIdStorageArea
Defined in: infrastructure/chrome/cli-page-window-id-storage-adapter.ts:13
Chrome storage areaのうちadapterが使う最小shapeです。
Properties
Section titled “Properties”
readonlyget: (key) =>Promise<Readonly<Record<string,unknown>>>
Defined in: infrastructure/chrome/cli-page-window-id-storage-adapter.ts:17
保存値を読み込みます。
Parameters
Section titled “Parameters”string
Returns
Section titled “Returns”Promise<Readonly<Record<string, unknown>>>
remove
Section titled “remove”
readonlyremove: (key) =>Promise<void>
Defined in: infrastructure/chrome/cli-page-window-id-storage-adapter.ts:15
保存値を削除します。
Parameters
Section titled “Parameters”string
Returns
Section titled “Returns”Promise<void>
readonlyset: (items) =>Promise<void>
Defined in: infrastructure/chrome/cli-page-window-id-storage-adapter.ts:19
保存値を書き込みます。
Parameters
Section titled “Parameters”ChromeStorageRecord
Returns
Section titled “Returns”Promise<void>