-
Notifications
You must be signed in to change notification settings - Fork 2
send does not work if you have data in the request: #6
Comments
still need to call xmlhr, but with data as argument? |
when I wrote this I did not test send very much (or at all) since I was mostly interested in getting downloads to work. But I am happy to merge any PR =) |
That would be very useful indeed ? Do you know what is blocking? |
I think it just needs someone implementing it :-) |
Yes of course ! My request was malformed. |
you can probably just copy paste from https://github.com/koenvo/pyodide-http/tree/main/pyodide_http which is basically the same project, just for pyodide. |
in particular this https://github.com/koenvo/pyodide-http/blob/main/pyodide_http/_core.py#L75 |
Thanks. I'll give it a try |
requests-wasm-polyfill/requests/api.py
Line 43 in 5a66b88
The text was updated successfully, but these errors were encountered: