mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Implement timeout for url load from WebDriver.
This commit is contained in:
parent
ee22ae2635
commit
22c06307b8
4 changed files with 23 additions and 11 deletions
|
@ -53,4 +53,7 @@ impl ToJson for WebDriverJSValue {
|
|||
}
|
||||
}
|
||||
|
||||
pub struct LoadComplete;
|
||||
pub enum LoadStatus {
|
||||
LoadComplete,
|
||||
LoadTimeout
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue