Adding Scheme Flags CorsEnabled And FetchApiAllowed In PyQt6
My project requires the the Fetch API which is not supported in PyQt5. I have largely upgraded to PyQt6 and most of the things I needed to change worked right away. The only issue I have is setting the Flags CorsEnabled
and FetchApiAllowed
which was implied by this answer. The code is in C++ and does not directly help me any further.