public entryAt(index as Int) as BrowserHistoryEntry:
Returns an entry by index.
index
Entry at index, or null when out of range.
null
first = browser.history.entryAt(0)