Skip to content

Commit 10eeeae

Browse files
committed
Remove unused Cache, CacheStorage, and Animation event definitions from overridingTypes.jsonc
1 parent c84a6d4 commit 10eeeae

File tree

1 file changed

+0
-42
lines changed

1 file changed

+0
-42
lines changed

inputfiles/overridingTypes.jsonc

Lines changed: 0 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -1797,48 +1797,6 @@
17971797
}
17981798
}
17991799
},
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-
},
18421800
"KeyframeEffect": {
18431801
"constructor": {
18441802
"signature": {

0 commit comments

Comments
 (0)