summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLorn Potter <lorn.potter@gmail.com>2023-02-20 15:23:08 +1000
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2023-03-29 04:39:50 +0000
commitf7124018ee57ef06b4e5a1657f1441e62edd5602 (patch)
treed0e24277a0c936772acb4744b0c8fb28a28eecd8
parent85e75f5e131b0addae97e56e4b623494957ec23c (diff)
downloadqtdoc-f7124018ee57ef06b4e5a1657f1441e62edd5602.tar.gz
wasm: update clipboard access
Change-Id: I6cfac904756e86e075e62b16735ac2079c7805a5 Reviewed-by: Venugopal Shivashankar <Venugopal.Shivashankar@qt.io> (cherry picked from commit 862beb375d901bfa6f1c10a298ef7925bad007b3) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--doc/src/platforms/wasm.qdoc14
1 files changed, 9 insertions, 5 deletions
diff --git a/doc/src/platforms/wasm.qdoc b/doc/src/platforms/wasm.qdoc
index 05e63a53..d2658cc7 100644
--- a/doc/src/platforms/wasm.qdoc
+++ b/doc/src/platforms/wasm.qdoc
@@ -479,13 +479,17 @@ Browsers that support the Clipboard API are preferred. Note that a requirement f
is that the web page is served over a secure connection (e.g. https), and that some browsers
my require changing configuration flags.
-At the time of writing the following browsers support the Clipboard API, see
-\l{https://caniuse.com/?search=Clipboard}{caniuse} for the current support level.
+See \l{https:...}{caniuse} for which browsers currently support the
+ Clipboard API. The following versions are known to work:
\list
- \li Chrome supports the Clipboard API
- \li Firefox supports the Clipboard API behind a flag:
- dom.events.asyncClipboard.dataTransfer
+ \li Chrome version 66 and Safari version 13.1 support the Clipboard API
+ \li Firefox version 90 supports the Clipboard API if you enable the
+ following flags in 'about:config':
+\badcode
+ dom.events.asyncClipboard.read
+ dom.events.asyncClipboard.clipboardItem
+\endcode
\endlist
\section2 Fonts