summaryrefslogtreecommitdiffstats
path: root/tests/auto/core/origins/resources/fetchApi.html
Commit message (Collapse)AuthorAgeFilesLines
* Custom URL Schemes usable with HTML5 Fetch ApiYigit Akcay2023-02-091-0/+14
This change adds the QWebEngineUrlScheme::FetchApiAllowed flag and test cases to test its effect. When FetchApiAllowed flag is set a custom url scheme can be used by the HTML5 fetch api. Fixes: QTBUG-88830 Change-Id: I953dd0504bf508fd8082fae5db08b7b9fc47ea1f Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io> Reviewed-by: Michael BrĂ¼ning <michael.bruning@qt.io>