mirror of
https://github.com/servo/servo.git
synced 2025-08-14 09:55:35 +01:00
Implement Navigator.appVersion(#5409)
This commit is contained in:
parent
1bd8e18d92
commit
c0e691b08d
7 changed files with 14 additions and 16 deletions
|
@ -19,7 +19,7 @@ Navigator implements NavigatorID;
|
|||
interface NavigatorID {
|
||||
readonly attribute DOMString appCodeName; // constant "Mozilla"
|
||||
readonly attribute DOMString appName;
|
||||
//readonly attribute DOMString appVersion;
|
||||
readonly attribute DOMString appVersion;
|
||||
readonly attribute DOMString platform;
|
||||
readonly attribute DOMString product; // constant "Gecko"
|
||||
boolean taintEnabled(); // constant false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue