mirror of
https://github.com/servo/servo.git
synced 2025-06-14 19:34:29 +00:00
Basic synchronous GET with XHR
This commit is contained in:
parent
146eccdf80
commit
b40d8b4d53
6 changed files with 218 additions and 28 deletions
|
@ -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)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue