BrowserHistoryEntry
classin packageklyn.gui.windows.browser
public class BrowserHistoryEntry:
BrowserHistoryEntry

Immutable browser history entry.

Example
entry = BrowserHistoryEntry("file:///docs/index.html", "Klyn API")
print(entry.title)
Properties
Modifier and Type Member Description
public readonly property title
title as String
Document title known for the URL.
public readonly property url
url as String
Visited URL.
Constructors
Modifier and Type Member Description
public BrowserHistoryEntry
BrowserHistoryEntry(url as String, title as String = ""):
Creates a history entry.