html5-knob
html5-knob copied to clipboard
Update the demo to use non-deprecated APIs.
- Replace
document.registerElement
withcustomElements.define
. - Replace
createShadowRoot
withattachShadow
. - Get rid of
document.writeln
, which is unsupported and unneeded.
Up-to-date as of Oct 23, 2022.