html5-knob icon indicating copy to clipboard operation
html5-knob copied to clipboard

Update the demo to use non-deprecated APIs.

Open jenna-h opened this issue 2 years ago • 0 comments

  1. Replace document.registerElement with customElements.define.
  2. Replace createShadowRoot with attachShadow.
  3. Get rid of document.writeln, which is unsupported and unneeded.

Up-to-date as of Oct 23, 2022.

jenna-h avatar Oct 23 '22 17:10 jenna-h