history.HistoryItem
A HistoryItem object provides information about a page in the browser history.
Type
This is an object with the following properties:
id- :
string. Unique identifier for the item.
- :
url{{optional_inline}}- :
string. The URL of the page.
- :
title{{optional_inline}}- :
string. The title of the page.
- :
lastVisitTime{{optional_inline}}- :
number. The date and time the page was last loaded, represented in milliseconds since the epoch.
- :
visitCount{{optional_inline}}- :
number. The number of times the user has visited the page.
- :
typedCount{{optional_inline}}- :
number. The number of times the user has navigated to this page by typing in the address.
- :
{{WebExtExamples}}
Browser compatibility
{{Compat}}
[!NOTE] This API is based on Chromium’s
chrome.historyAPI. This documentation is derived fromhistory.jsonin the Chromium code.