From 10eeeae2375533d34af0f0daadaad7d0eb73618c Mon Sep 17 00:00:00 2001 From: Bashamega Date: Sun, 11 Jan 2026 14:10:41 +0200 Subject: [PATCH 1/2] Remove unused Cache, CacheStorage, and Animation event definitions from overridingTypes.jsonc --- inputfiles/overridingTypes.jsonc | 42 -------------------------------- 1 file changed, 42 deletions(-) diff --git a/inputfiles/overridingTypes.jsonc b/inputfiles/overridingTypes.jsonc index e6a08dc8d..445455989 100644 --- a/inputfiles/overridingTypes.jsonc +++ b/inputfiles/overridingTypes.jsonc @@ -1797,48 +1797,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": { From 624a01166004853857153484aac7301d7b3aed8b Mon Sep 17 00:00:00 2001 From: Bashamega Date: Sun, 11 Jan 2026 14:14:18 +0200 Subject: [PATCH 2/2] Remove RTCDataChannel --- inputfiles/overridingTypes.jsonc | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/inputfiles/overridingTypes.jsonc b/inputfiles/overridingTypes.jsonc index 445455989..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.