fix(core): rename MediaDelegateMixin and MediaProxyMixin (#976)

This commit is contained in:
Wesley Luyten
2026-03-16 18:32:00 -05:00
committed by GitHub
parent c8bba26fb3
commit 561d03eb5a
7 changed files with 39 additions and 55 deletions
@@ -35,7 +35,7 @@ Composes `DestroyMixin(ReactiveElement)` and bridges `destroyCallback()` to
### HlsCustomMedia
Uses `DestroyMixin(HTMLElement)` as the base for `CustomMediaMixin`. The `DelegateMedia`
class (from `MediaDelegateMixin`) overrides `destroyCallback()` to call
class (from `DelegateMixin`) overrides `destroyCallback()` to call
`this.#delegate.destroy?.()`, which destroys the HLS engine.
## Why a Mixin