Obsolete Members for QQuickWebEngineProfile

The following members of class QQuickWebEngineProfile are obsolete. They are provided to keep old source code working. We strongly advise against using them in new code.

Public Functions

(obsolete) void setRequestInterceptor(QWebEngineUrlRequestInterceptor *interceptor)

Member Function Documentation

void QQuickWebEngineProfile::setRequestInterceptor(QWebEngineUrlRequestInterceptor *interceptor)

This function is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code.

Registers a request interceptor singleton interceptor to intercept URL requests.

The profile does not take ownership of the pointer.

Interceptors installed with this method will call QWebEngineUrlRequestInterceptor::interceptRequest on the I/O thread. Therefore the user has to provide thread-safe interaction with the other user classes. Use setUrlRequestInterceptor instead.

See also QWebEngineUrlRequestInterceptor.