Skip to content

Commit d3657d7

Browse files
Bashamegasaschanaz
andauthored
Migrate doNotTrack to KDL (#2329)
Co-authored-by: saschanaz <saschanaz@users.noreply.github.com>
1 parent f89d0da commit d3657d7

File tree

2 files changed

+5
-13
lines changed

2 files changed

+5
-13
lines changed

inputfiles/addedTypes.jsonc

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -314,19 +314,6 @@
314314
}
315315
}
316316
},
317-
"Navigator": {
318-
"name": "Navigator",
319-
"properties": {
320-
"property": {
321-
"doNotTrack": {
322-
"name": "doNotTrack",
323-
"readonly": true,
324-
"nullable": true,
325-
"type": "DOMString"
326-
}
327-
}
328-
}
329-
},
330317
"HTMLIFrameElement": {
331318
"name": "HTMLIFrameElement",
332319
"properties": {
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
interface Navigator {
2+
property doNotTrack readonly=#true {
3+
type DOMString nullable=#true
4+
}
5+
}

0 commit comments

Comments
 (0)