You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<!-- Adds the custom element to the page --><my-counter></my-counter><scripttype="module">// The name of the custom elementcustomElements.define("my-counter",Counter);</script>
For code like this:
...it would be really useful to be able to link to https://developer.mozilla.org/en-US/docs/Web/API/CustomElementRegistry/define in the comment above the last line of the script and make it possible for users to click them.
The text was updated successfully, but these errors were encountered: