Create shadow root. Copy. hostElement.attachShadow({mode:"open"}) //open mode to alow js to acces the shadow dom hostElement.attachShadow() //shadow dom can ...
確定! 回上一頁