DEV Community

Discussion on: Building Web Components with Vanilla JavaScript

Collapse
 
thipages_50 profile image
tit pa

works with

    if (!this.shadowRoot) {
        this.attachShadow({mode: 'open'});
    }
    //this.createShadowRoot();