You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think aiohttp (client only) would be quite easy to patch because it is already async (and pyodide has an event loop), so it could just defer nicely to fetch.
I have a dependency on it according to my lock files, but right now I think it isn't used, so I don't urgently need to patch, but I might get round to it at some point.
The text was updated successfully, but these errors were encountered:
I think aiohttp (client only) would be quite easy to patch because it is already async (and pyodide has an event loop), so it could just defer nicely to fetch.
I have a dependency on it according to my lock files, but right now I think it isn't used, so I don't urgently need to patch, but I might get round to it at some point.
The text was updated successfully, but these errors were encountered: