klyn.gui.windows.browser.BrowserHistory.entryAt
method
public entryAt(index as Int) as BrowserHistoryEntry:
Description

Returns an entry by index.

Parameters
ParameterDescription
indexZero-based history index.
Returns

Entry at index, or null when out of range.

Example
first = browser.history.entryAt(0)