ReferenceError: customElements is not defined

JavaScript error message in different browsers:

  • ReferenceError: Can't find variable: customElements
  • ReferenceError: customElements is not defined

Cause

Your browser is too outdated. We only support browsers, which were developed in the last two years, as some codes, like in this case customElements weren't available in older browsers.

Solution

Update your browser.

Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.