From 93d96c94decc31f4da4003c72c40a19854747234 Mon Sep 17 00:00:00 2001 From: Markus Bauer Date: Tue, 28 Mar 2023 16:56:05 +0200 Subject: [PATCH] Update Readme --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 87bae12..a541630 100644 --- a/README.md +++ b/README.md @@ -26,3 +26,8 @@ var src = new EventSource('http://127.0.0.1:5000/stream'); src.addEventListener("test", function(event) { console.log(event)}) ``` + +## QML Client +It is at the momenet not possible to implement a pure QML Client +https://forum.qt.io/topic/117105/js-in-qml-has-incomplete-support-for-xmlhttprequest/7 +https://bugreports.qt.io/browse/QTBUG-67337?jql=text%20~%20%22xmlhttprequest%20progress%22