summaryrefslogtreecommitdiff
path: root/src/webengine/api/qquickwebenginescript.cpp
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@theqtcompany.com>2016-04-04 10:51:01 +0200
committerKai Koehne <kai.koehne@theqtcompany.com>2016-04-05 11:41:21 +0000
commit58e26ce0fc9b04c015c450a5d2448a4cad0ddfe0 (patch)
tree1fdec4dfd51570c38af025ac5df4dd82c6e7a194 /src/webengine/api/qquickwebenginescript.cpp
parentd8b5c233c10a68a7b7edbf44c22a711415ec784b (diff)
downloadqtwebengine-58e26ce0fc9b04c015c450a5d2448a4cad0ddfe0.tar.gz
Doc: WebEngine does not support Chromium extensions
For example, @include, @match, and @exclude. Change-Id: I16d29b4e72452980e43c8e7c5702e21cccf159d5 Reviewed-by: Kai Koehne <kai.koehne@theqtcompany.com>
Diffstat (limited to 'src/webengine/api/qquickwebenginescript.cpp')
-rw-r--r--src/webengine/api/qquickwebenginescript.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/webengine/api/qquickwebenginescript.cpp b/src/webengine/api/qquickwebenginescript.cpp
index 68ea491b3..6d698c3c6 100644
--- a/src/webengine/api/qquickwebenginescript.cpp
+++ b/src/webengine/api/qquickwebenginescript.cpp
@@ -62,6 +62,8 @@ using QtWebEngineCore::UserScript;
not accessible from a different one. The worldId property provides some predefined IDs for this
purpose.
+ \note Chromium extensions, such as \c @include, \c @match, and \c @exclude, are not supported.
+
Use \l{WebEngineView::userScripts}{WebEngineView.userScripts} to access a list of scripts
attached to the web view.
*/