mirror of
https://github.com/servo/servo.git
synced 2025-08-04 21:20:23 +01:00
Added missing NavigatorId attributes
This commit is contained in:
parent
b3eed5b5bd
commit
4cfd62ac79
4 changed files with 45 additions and 0 deletions
|
@ -22,8 +22,11 @@ interface NavigatorID {
|
|||
readonly attribute DOMString appVersion;
|
||||
readonly attribute DOMString platform;
|
||||
readonly attribute DOMString product; // constant "Gecko"
|
||||
[Exposed=Window] readonly attribute DOMString productSub;
|
||||
boolean taintEnabled(); // constant false
|
||||
readonly attribute DOMString userAgent;
|
||||
[Exposed=Window] readonly attribute DOMString vendor;
|
||||
[Exposed=Window] readonly attribute DOMString vendorSub; // constant ""
|
||||
};
|
||||
|
||||
// https://webbluetoothcg.github.io/web-bluetooth/#navigator-extensions
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue