diff options
Diffstat (limited to 'src/core/api/qwebengineurlscheme.cpp')
-rw-r--r-- | src/core/api/qwebengineurlscheme.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/core/api/qwebengineurlscheme.cpp b/src/core/api/qwebengineurlscheme.cpp index 4af89c616..1ab32aaad 100644 --- a/src/core/api/qwebengineurlscheme.cpp +++ b/src/core/api/qwebengineurlscheme.cpp @@ -162,6 +162,10 @@ public: this includes access from other schemes. The appropriate CORS headers are generated automatically by the QWebEngineUrlRequestJob class. By default only \c http and \c https are CORS enabled. (Added in Qt 5.14) + + \value FetchApiAllowed + Enables a URL scheme to be used by the HTML5 fetch API. By default + only \c http and \c https can be used by fetch. */ QWebEngineUrlScheme::QWebEngineUrlScheme(QWebEngineUrlSchemePrivate *d) : d(d) {} |