BrowserLoadingFailedEvent
Defined in: client/api.d.ts:2300
A load inside a web view was aborted.
Properties
Section titled “Properties”description
Section titled “description”description:
string
Defined in: client/api.d.ts:2314
CEF error text, such as ERR_CONNECTION_REFUSED.
errorCode
Section titled “errorCode”errorCode:
number
Defined in: client/api.d.ts:2319
CEF error code.
isMainFrame
Section titled “isMainFrame”isMainFrame:
boolean
Defined in: client/api.d.ts:2324
False for sub-frame failures.
url:
string
Defined in: client/api.d.ts:2309
URL that failed to load.
viewId
Section titled “viewId”viewId:
number
Defined in: client/api.d.ts:2304
Identifier of the view the event belongs to.
