aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorOliver Eftevaag <oliver.eftevaag@qt.io>2023-06-22 20:01:27 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2023-08-30 15:20:01 +0000
commit60b442389874932815e9246521911099a128310e (patch)
tree1d673fc1dcfd8eafde738638561a72b3a364e95c /src
parentef9b4ea5f0dbd0ba3bbe8cba747310736eaa9a5c (diff)
doc: add '\since 6.6' for XHR overrideMimeType and responseURL
Change-Id: I68ad17bc8c6cdfb134664f9b9d0da542420994df Reviewed-by: Shawn Rutledge <shawn.rutledge@qt.io> (cherry picked from commit 53476d31450d5dc69fef439d1a2060ffa01473b2) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'src')
-rw-r--r--src/qml/doc/src/javascript/xmlhttprequest.qdoc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/qml/doc/src/javascript/xmlhttprequest.qdoc b/src/qml/doc/src/javascript/xmlhttprequest.qdoc
index ffc928cfed..b8624073c5 100644
--- a/src/qml/doc/src/javascript/xmlhttprequest.qdoc
+++ b/src/qml/doc/src/javascript/xmlhttprequest.qdoc
@@ -201,6 +201,7 @@
/*!
\qmlmethod void XMLHttpRequest::overrideMimeType(mime)
+ \since 6.6
Forces the \c XMLHttpRequest to interpret the data received in the next HTTP response,
as if it had the MIME type \a mime, rather than the one provided by the server.
@@ -233,6 +234,7 @@
/*!
\qmlproperty string XMLHttpRequest::responseURL
\readonly
+ \since 6.6
Returns the url that was used to retrieve the response data, after any redirects have occurred.
*/