Skip to content

Commit 35a90c9

Browse files
Bashamegasaschanaz
andauthored
Remove uneeded things from overridingTypes (#2370)
Co-authored-by: saschanaz <[email protected]>
1 parent 0e49936 commit 35a90c9

File tree

1 file changed

+0
-52
lines changed

1 file changed

+0
-52
lines changed

inputfiles/overridingTypes.jsonc

Lines changed: 0 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -1641,16 +1641,6 @@
16411641
}
16421642
}
16431643
},
1644-
"RTCDataChannel": {
1645-
"events": {
1646-
"event": [
1647-
{
1648-
"name": "message",
1649-
"type": "MessageEvent"
1650-
}
1651-
]
1652-
}
1653-
},
16541644
"RTCIceCandidatePair": {
16551645
// https://github.com/w3c/webrtc-pc/pull/2961 made this from dictionary to interface,
16561646
// but nobody did the change as of 2024-06.
@@ -1797,48 +1787,6 @@
17971787
}
17981788
}
17991789
},
1800-
"Cache": {
1801-
"methods": {
1802-
"method": {
1803-
"match": {
1804-
"name": "match",
1805-
"signature": {
1806-
"0": {
1807-
"overrideType": "Promise<Response | undefined>"
1808-
}
1809-
}
1810-
}
1811-
}
1812-
}
1813-
},
1814-
"CacheStorage": {
1815-
"methods": {
1816-
"method": {
1817-
"match": {
1818-
"name": "match",
1819-
"signature": {
1820-
"0": {
1821-
"overrideType": "Promise<Response | undefined>"
1822-
}
1823-
}
1824-
}
1825-
}
1826-
}
1827-
},
1828-
"Animation": {
1829-
"events": {
1830-
"event": [
1831-
{
1832-
"name": "finish",
1833-
"type": "AnimationPlaybackEvent"
1834-
},
1835-
{
1836-
"name": "cancel",
1837-
"type": "AnimationPlaybackEvent"
1838-
}
1839-
]
1840-
}
1841-
},
18421790
"KeyframeEffect": {
18431791
"constructor": {
18441792
"signature": {

0 commit comments

Comments
 (0)