RegisterProtocolHandlerRequest QML Type

The RegisterProtocolHandlerRequest type enables accepting or rejecting requests from the registerProtocolHandler API. More...

Import Statement: import QtWebEngine
Since: QtWebEngine 1.7
Instantiates: QWebEngineRegisterProtocolHandlerRequest

Properties

Methods

Detailed Description

See also WebEngineView::registerProtocolHandlerRequested().

Property Documentation

origin : url [read-only]

The URL template for the protocol handler.

This is the second parameter from the registerProtocolHandler call.


scheme : string [read-only]

The URL scheme for the protocol handler.

This is the first parameter from the registerProtocolHandler call.


Method Documentation

void accept()

Accepts the request.

Subsequent calls to accept() and reject() are ignored.


void reject()

Accepts the request.

Subsequent calls to accept() and reject() are ignored.