Added missing NavigatorId attributes

This commit is contained in:
Alan Jeffrey 2019-06-11 11:46:28 -05:00
parent b3eed5b5bd
commit 4cfd62ac79
4 changed files with 45 additions and 0 deletions

View file

@ -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