5 |
5 |
6 """ |
6 """ |
7 Module implementing a class to handle URL requests before they get processed |
7 Module implementing a class to handle URL requests before they get processed |
8 by QtWebEngine. |
8 by QtWebEngine. |
9 """ |
9 """ |
10 |
|
11 |
10 |
12 from PyQt5.QtCore import QMutex, QUrl |
11 from PyQt5.QtCore import QMutex, QUrl |
13 from PyQt5.QtWebEngineCore import ( |
12 from PyQt5.QtWebEngineCore import ( |
14 QWebEngineUrlRequestInterceptor, QWebEngineUrlRequestInfo |
13 QWebEngineUrlRequestInterceptor, QWebEngineUrlRequestInfo |
15 ) |
14 ) |