UNPKG

media-chrome

Version:

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

15 lines (14 loc) 249 B
class CustomElement extends HTMLElement { static get observedAttributes() { return []; } attributeChangedCallback(attrName, oldValue, newValue) { } connectedCallback() { } disconnectedCallback() { } } export { CustomElement };