Accessing childNodes of custom elments?
问题 This might be a bit confusing. I am trying to access innerHTML or childNodes from my custom element. Is it possible to get access to the original DOM structure from the web component import file? BEFORE attachShadow? In the below example I am trying to get access to the src of the two jookah-images from my jookah-gallery import file. Disclaimer: Im a total noob when it comes to shadow DOM and web components so if there are any major mistakes I'd love to understand why. Thanks for any help!