mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Update devtools server for Firefox 71.
This commit is contained in:
parent
b3b72cb9e3
commit
84074d3c86
9 changed files with 339 additions and 21 deletions
|
@ -41,7 +41,7 @@ impl Actor for DeviceActor {
|
|||
from: self.name(),
|
||||
value: SystemInfo {
|
||||
apptype: "servo".to_string(),
|
||||
platformVersion: "63.0".to_string(),
|
||||
platformVersion: "71.0".to_string(),
|
||||
},
|
||||
};
|
||||
stream.write_json_packet(&msg);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue