Skip to content
M2O Scripting APIScripting reference
Data shapeClient APIGenerated

BrowserResourceBlockedEvent

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

A web view refused a request.

domain: string

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

Host component of that URL, empty when unparsable.


reason: "cross-origin" | "invalid-url" | "host-filter" | "foreign-event"

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

Why the request was refused.


url: string

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

URL that was refused.


viewId: number

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

Identifier of the view the event belongs to.