UNPKG

media-chrome

Version:

Custom elements (web components) for making audio and video player controls that look great in your website or app.

16 lines (12 loc) 357 B
export class CustomElement extends HTMLElement { static get observedAttributes() { return []; } attributeChangedCallback( attrName: string, // eslint-disable-line oldValue: string | null, // eslint-disable-line newValue: string | null // eslint-disable-line ) {} connectedCallback(): void {} disconnectedCallback(): void {} }