File tree 2 files changed +12
-2
lines changed
2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -10710,14 +10710,12 @@ interface NavigatorID {
10710
10710
readonly appCodeName: string;
10711
10711
readonly appName: string;
10712
10712
readonly appVersion: string;
10713
- readonly oscpu: string;
10714
10713
readonly platform: string;
10715
10714
readonly product: string;
10716
10715
readonly productSub: string;
10717
10716
readonly userAgent: string;
10718
10717
readonly vendor: string;
10719
10718
readonly vendorSub: string;
10720
- taintEnabled(): boolean;
10721
10719
}
10722
10720
10723
10721
interface NavigatorLanguage {
Original file line number Diff line number Diff line change 22
22
}
23
23
}
24
24
},
25
+ "NavigatorID" : {
26
+ "methods" : {
27
+ "method" : {
28
+ "taintEnabled" : null
29
+ }
30
+ },
31
+ "properties" : {
32
+ "property" : {
33
+ "oscpu" : null
34
+ }
35
+ }
36
+ },
25
37
"XMLHttpRequestEventTarget" : null ,
26
38
"WorkerUtils" : {
27
39
"methods" : {
You can’t perform that action at this time.
0 commit comments