What does the open mode of the Shadow DOM via the shadowRoot property of the HTML element mean?
You can access the Shadow DOM in open mode by using the HTML element’s shadowRoot property. You can’t do it in closed mode. null will be returned by shadowRoot. You can use both modes to attain your goals.