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
fix(mux): bind videoRenditions change listener lazily and idempotently
el.videoRenditions is undefined at mount() (renditions populate after metadata
loads), so the "change" listener never attached. Bind it on first syncFromEl
once el.videoRenditions exists, guarded by renditionsBound; stash the reference
and unbind in destroy().
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
0 commit comments