Skip to content

Commit 9d26fd3

Browse files
author
Orta
authored
Merge pull request #834 from saschanaz/no-gecko-specific
Remove Gecko specific Navigator members
2 parents d196de4 + e2ad176 commit 9d26fd3

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

baselines/dom.generated.d.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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

1072310721
interface NavigatorLanguage {

inputfiles/removedTypes.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,18 @@
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": {

0 commit comments

Comments
 (0)