swiftwasm / WebAPIKit

Access the DOM and other Web APIs from Swift! (Very much a WIP)
MIT License
61 stars 8 forks source link

Is there any way to support custom elements? #51

Open bestwnh opened 9 months ago

bestwnh commented 9 months ago

I want to use custom elements. https://developer.mozilla.org/en-US/docs/Web/API/Web_components/Using_custom_elements

Is there any way to do this? If the WebAPIKit not support this yet, is there any way to do this with JavascriptKit?