I have a project that is using Quart as backend instead of Flask. Although you can patch Flask in Quart for external libraries, there is an issue when make_response directive is used.
I adapted your flask_jsglue.py to use Quart instead but it would be nice to have that option in your library.
I have a project that is using Quart as backend instead of Flask. Although you can patch Flask in Quart for external libraries, there is an issue when make_response directive is used. I adapted your flask_jsglue.py to use Quart instead but it would be nice to have that option in your library.
Thank you.