Skip to content
This repository has been archived by the owner on Feb 6, 2024. It is now read-only.

Latest commit

 

History

History
8 lines (5 loc) · 405 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 405 Bytes

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.