- From: caseq via GitHub <noreply@w3.org>
- Date: Fri, 10 Apr 2026 18:00:46 +0000
- To: public-webrtc-logs@w3.org
caseq has just created a new issue for https://github.com/w3c/webrtc-encoded-transform: == Consider removing EventTarget base for RTCRtpScriptTransformer == We found a discrepancy between IDL and implementation in blink where RTCRtpScriptTransformer was not actually implementing EventTarget, even though it extended EventTarget per IDL. We opted for removing the base from the IDL, given no events are actually dispatched on it, any prior attempt to add an event listener or dispatch an event from JS would have resulted in a problem, and other implementations do not appear to be inheriting from EventTarget either (see link below for details). I'm filing per discussion in https://chromium-review.git.corp.google.com/c/chromium/src/+/7740681 for the spec authors to consider removing EventTarget base from the spec as well. Please view or discuss this issue at https://github.com/w3c/webrtc-encoded-transform/issues/301 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Friday, 10 April 2026 18:00:47 UTC