File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10942,14 +10942,12 @@ interface NavigatorID {
1094210942 readonly appCodeName: string;
1094310943 readonly appName: string;
1094410944 readonly appVersion: string;
10945- readonly oscpu: string;
1094610945 readonly platform: string;
1094710946 readonly product: string;
1094810947 readonly productSub: string;
1094910948 readonly userAgent: string;
1095010949 readonly vendor: string;
1095110950 readonly vendorSub: string;
10952- taintEnabled(): boolean;
1095310951}
1095410952
1095510953interface NavigatorLanguage {
Original file line number Diff line number Diff line change 2222 }
2323 }
2424 },
25+ "NavigatorID" : {
26+ "methods" : {
27+ "method" : {
28+ "taintEnabled" : null
29+ }
30+ },
31+ "properties" : {
32+ "property" : {
33+ "oscpu" : null
34+ }
35+ }
36+ },
2537 "XMLHttpRequestEventTarget" : null ,
2638 "WorkerUtils" : {
2739 "methods" : {
You can’t perform that action at this time.
0 commit comments