klyn.gui.windows.browser.BrowserHistoryEntry.BrowserHistoryEntry
constructor
public BrowserHistoryEntry(url as String, title as String = ""):
Description

Creates a history entry.

Parameters
ParameterDescription
urlVisited URL.
titleDocument title.
Example
entry = BrowserHistoryEntry("about:blank", "Blank page")