emscripten-core/emscripten

cURL-like API for XHR request as a JavaScript library

Open

#3.270 aberto em 18 de mar. de 2015

Ver no GitHub
 (14 comments) (0 reactions) (0 assignees)C++ (3.519 forks)batch import
HTML5 APIfilesystemhelp wantednetworking

Métricas do repositório

Stars
 (27.361 stars)
Métricas de merge de PR
 (Mesclagem média 19d 10h) (147 fundiu PRs em 30d)

Description

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?

Guia do colaborador