public static interface StartNavigationCallback.Response
StartNavigationCallback
.Modifier and Type | Method and Description |
---|---|
static StartNavigationCallback.Response |
ignore()
Notifies the browser that the load request should be ignored.
|
static StartNavigationCallback.Response |
start()
Notifies the browser that it should continue loading the URL.
|
static StartNavigationCallback.Response start()
static StartNavigationCallback.Response ignore()