emscripten-core/emscripten
在 GitHub 查看cURL-like API for XHR request as a JavaScript library
Open
#3,270 创建于 2015年3月18日
HTML5 APIfilesystemhelp wantednetworking
仓库指标
- Star
- (27,361 star)
- PR 合并指标
- (平均合并 19天 10小时) (30 天内合并 147 个 PR)
描述
Following up on kripken/emscripten#3016.
The cURL API is well tested and well known. I'm not sure we could implement it to match all cURL features, but the cURL API definitely covers the XHR browser API, effectively replacing emscripten_wget_*.
Any good soul and/or lazy intern in a company using Emscripten that would be willing to implement that?