WebEngineDownloadItem url property
Unsolved
QtWebEngine
-
Hi, a question about the QML type
http://doc-snapshots.qt.io/qt5-5.11/qml-qtwebengine-webenginedownloaditem.htmlWhy does it not have an "url" property of the url of the content to be downloaded ?
The corresponding C++ object https://doc.qt.io/qt-5/qwebenginedownloaditem.html#url
has the functionQUrl QWebEngineDownloadItem::url() const
but the QML object seems not, while it does have e.g. path, state, totalBytes...
Has it been forgotten, or is it not included on purpose ? (If so, can I open an issue for it?)
Is there another way to get the url from an instance of WebEngineDownloadItem QML type ?