ChromeHistoryApi
This content is for v1.2.1. Switch to the latest version for up-to-date documentation.
Defined in: infrastructure/chrome/history-adapter.ts:28
Chrome History APIのうちadapterが使う最小shape。
https://developer.chrome.com/docs/extensions/reference/api/history
Properties
Section titled “Properties”search
Section titled “search”
readonlysearch: (query) =>Promise<readonlyRawBrowserHistoryItem[]>
Defined in: infrastructure/chrome/history-adapter.ts:30
Chrome履歴を検索。
Parameters
Section titled “Parameters”Returns
Section titled “Returns”Promise<readonly RawBrowserHistoryItem[]>