You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Similarly to #243, it seems the spec and WPT test are not in sync.
The WPT test expects that transformer.generateKeyFrame reject with InvalidStateError when the sender is negotiated inactive or when the sender has no track. InvalidStateError can only be used synchronously so it is probably related to the line: If encoder is undefined, reject promise with [InvalidStateError](https://webidl.spec.whatwg.org/#invalidstateerror), abort these steps.
encoder is not set to undefined when sender track is null or in case of inactive state.
We should probably update the test, which is part of WPT interop 2025. @guidou, @jan-ivar, thoughts?