history.HistoryItem
{{AddonSidebar}}
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.
- :
Browser compatibility
{{Compat}}
{{WebExtExamples}}
[!NOTE] This API is based on Chromium’s
chrome.history
API. This documentation is derived fromhistory.json
in the Chromium code.