BrowserResourceBlockedEvent
Defined in: client/api.d.ts:2425
A web view refused a request.
Properties
Section titled “Properties”domain
Section titled “domain”domain:
string
Defined in: client/api.d.ts:2439
Host component of that URL, empty when unparsable.
reason
Section titled “reason”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
Section titled “viewId”viewId:
number
Defined in: client/api.d.ts:2429
Identifier of the view the event belongs to.
