BrowserNavigateEvent
Defined in: client/api.d.ts:2330
A web view was asked to navigate.
Properties
Section titled “Properties”blocked
Section titled “blocked”blocked:
boolean
Defined in: client/api.d.ts:2349
Whether the request was refused.
isMainFrame
Section titled “isMainFrame”isMainFrame:
boolean
Defined in: client/api.d.ts:2344
False for sub-frame navigation.
url:
string
Defined in: client/api.d.ts:2339
Requested URL.
viewId
Section titled “viewId”viewId:
number
Defined in: client/api.d.ts:2334
Identifier of the view the event belongs to.
