mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
Implement Navigator.appVersion(#5409)
This commit is contained in:
parent
1bd8e18d92
commit
c0e691b08d
7 changed files with 14 additions and 16 deletions
|
@ -33,3 +33,7 @@ pub fn UserAgent() -> DOMString {
|
|||
None => "".to_owned(),
|
||||
}
|
||||
}
|
||||
|
||||
pub fn AppVersion() -> DOMString {
|
||||
"4.0".to_owned()
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue