File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10710,14 +10710,12 @@ interface NavigatorID {
1071010710 readonly appCodeName: string;
1071110711 readonly appName: string;
1071210712 readonly appVersion: string;
10713- readonly oscpu: string;
1071410713 readonly platform: string;
1071510714 readonly product: string;
1071610715 readonly productSub: string;
1071710716 readonly userAgent: string;
1071810717 readonly vendor: string;
1071910718 readonly vendorSub: string;
10720- taintEnabled(): boolean;
1072110719}
1072210720
1072310721interface 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