mirror of
https://github.com/servo/servo.git
synced 2025-08-11 16:35:33 +01:00
Use get_mut instead of get-remove-set in XHR send()
This commit is contained in:
parent
00af25b685
commit
fc6e20f652
11 changed files with 30 additions and 34 deletions
|
@ -13,7 +13,7 @@ content-blocker = "0.2"
|
|||
cookie = "0.2"
|
||||
devtools_traits = {path = "../../../components/devtools_traits"}
|
||||
flate2 = "0.2.0"
|
||||
hyper = "0.9"
|
||||
hyper = "0.9.9"
|
||||
ipc-channel = {git = "https://github.com/servo/ipc-channel"}
|
||||
msg = {path = "../../../components/msg"}
|
||||
net = {path = "../../../components/net"}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue