emscripten-forge / requests-wasm-polyfill

Drop-in replacement for the requests library for wasm python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

requests-wasm-polyfill

A kind of drop in replacement for some parts of the requests library for wasm python.

Note that these only work when running under a web-worker, as it's making blocking HTTP requests which are not allowed in the main thread.

Warning

This package has been archived and will not be maintained anymore. emscripten-forge users can now use the official requests package.

About

Drop-in replacement for the requests library for wasm python


Languages

Language:Python 100.0%