Skip to content
M2O Scripting APIScripting reference
Data shapeClient APIGenerated

BrowserLoadingFailedEvent

Defined in: client/api.d.ts:2300

A load inside a web view was aborted.

description: string

Defined in: client/api.d.ts:2314

CEF error text, such as ERR_CONNECTION_REFUSED.


errorCode: number

Defined in: client/api.d.ts:2319

CEF error code.


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: number

Defined in: client/api.d.ts:2304

Identifier of the view the event belongs to.