79473471

Date: 2025-02-27 17:30:40
Score: 1.5
Natty:
Report link

just ref customElements, not by window.customElements ?

your error indicates the window is not defined, so you can't reference it. You should be able to just reference customElements

quote However, it is usually shortened to something like the following:

customElements.define( "element-details", class extends HTMLElement { ... } }, );

Reasons:
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (0.5):
Posted by: This Guy