diff --git a/inputfiles/overridingTypes.jsonc b/inputfiles/overridingTypes.jsonc index e6a08dc8d..57b59f855 100644 --- a/inputfiles/overridingTypes.jsonc +++ b/inputfiles/overridingTypes.jsonc @@ -1641,16 +1641,6 @@ } } }, - "RTCDataChannel": { - "events": { - "event": [ - { - "name": "message", - "type": "MessageEvent" - } - ] - } - }, "RTCIceCandidatePair": { // https://github.com/w3c/webrtc-pc/pull/2961 made this from dictionary to interface, // but nobody did the change as of 2024-06. @@ -1797,48 +1787,6 @@ } } }, - "Cache": { - "methods": { - "method": { - "match": { - "name": "match", - "signature": { - "0": { - "overrideType": "Promise" - } - } - } - } - } - }, - "CacheStorage": { - "methods": { - "method": { - "match": { - "name": "match", - "signature": { - "0": { - "overrideType": "Promise" - } - } - } - } - } - }, - "Animation": { - "events": { - "event": [ - { - "name": "finish", - "type": "AnimationPlaybackEvent" - }, - { - "name": "cancel", - "type": "AnimationPlaybackEvent" - } - ] - } - }, "KeyframeEffect": { "constructor": { "signature": {