public class BrowserHistoryEntry:
Immutable browser history entry.
entry = BrowserHistoryEntry("file:///docs/index.html", "Klyn API")
print(entry.title)| Modifier and Type | Member | Description |
|---|---|---|
| public readonly property | titletitle as String |
Document title known for the URL. |
| public readonly property | urlurl as String |
Visited URL. |
| Modifier and Type | Member | Description |
|---|---|---|
| public | BrowserHistoryEntryBrowserHistoryEntry(url as String, title as String = ""): |
Creates a history entry. |