Hi,
I've tries to fetch binary data with brython using the ajax module. This however requires to set:
responseType=arraybuffer
property of a XMLHttpRequest object. Can I do that with brython?
At the moment I use "Pythonized Javascript" which looks as below:
and works just fine. I hope however there is more "Pythonic" solution.
Best,
Dominik