public BrowserNavigationEvent(source as Object, url as String, historyNavigation as Boolean = false):
Creates a navigation event.
| Parameter | Description |
|---|---|
source | Browser that emitted the event. |
url | Requested or effective URL. |
historyNavigation | True for back and forward traversal. |
event = BrowserNavigationEvent(browser, "about:blank")