Skip to content

Commit e2ad176

Browse files
committed
Remove Gecko specific Navigator members
1 parent 593bce1 commit e2ad176

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
@@ -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

1095510953
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)