mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
Expose user agent option to DOM navigator interface.
This commit is contained in:
parent
6317905342
commit
eb5532c781
6 changed files with 38 additions and 12 deletions
|
@ -23,5 +23,5 @@ interface NavigatorID {
|
|||
readonly attribute DOMString platform;
|
||||
readonly attribute DOMString product; // constant "Gecko"
|
||||
boolean taintEnabled(); // constant false
|
||||
//readonly attribute DOMString userAgent;
|
||||
readonly attribute DOMString userAgent;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue