WebReflection / linkedom

A triple-linked lists based DOM implementation.
https://webreflection.medium.com/linkedom-a-jsdom-alternative-53dd8f699311
ISC License
1.66k stars 80 forks source link

missing `customElements.getName()` #253

Closed mash-graz closed 9 months ago

mash-graz commented 10 months ago

Until now the method getName() is missing in the CustomElementRegistry.

see: https://developer.mozilla.org/en-US/docs/Web/API/CustomElementRegistry/getName https://html.spec.whatwg.org/multipage/custom-elements.html#dom-customelementregistry-getname

I'll soon contribute an implementation attempt.