Basic synchronous GET with XHR

This commit is contained in:
Manish Goregaokar 2014-05-07 12:30:02 +05:30
parent 146eccdf80
commit b40d8b4d53
6 changed files with 218 additions and 28 deletions

View file

@ -23,6 +23,7 @@ extern crate encoding;
extern crate js;
extern crate libc;
extern crate native;
extern crate net;
extern crate serialize;
extern crate time;
#[phase(syntax)]