mirror of
https://github.com/servo/servo.git
synced 2025-07-13 18:33:40 +01:00
Implement binding support for returning and accepting Promises in WebIDL.
This commit is contained in:
parent
73b2963509
commit
a1091772ec
12 changed files with 217 additions and 20 deletions
|
@ -41,7 +41,7 @@ hyper = "0.9.9"
|
|||
hyper_serde = "0.1.4"
|
||||
image = "0.10"
|
||||
ipc-channel = "0.5"
|
||||
js = {git = "https://github.com/servo/rust-mozjs"}
|
||||
js = {git = "https://github.com/servo/rust-mozjs", features = ["promises"]}
|
||||
libc = "0.2"
|
||||
log = "0.3.5"
|
||||
mime = "0.2.1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue