File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -10942,14 +10942,12 @@ interface NavigatorID {
10942
10942
readonly appCodeName: string;
10943
10943
readonly appName: string;
10944
10944
readonly appVersion: string;
10945
- readonly oscpu: string;
10946
10945
readonly platform: string;
10947
10946
readonly product: string;
10948
10947
readonly productSub: string;
10949
10948
readonly userAgent: string;
10950
10949
readonly vendor: string;
10951
10950
readonly vendorSub: string;
10952
- taintEnabled(): boolean;
10953
10951
}
10954
10952
10955
10953
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