mirror of
https://github.com/zoriya/v10.git
synced 2026-08-16 02:45:09 +00:00
fix(core): rename MediaDelegateMixin and MediaProxyMixin (#976)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user