nprapps / sidechain

Modern responsive iframes
https://apps.npr.org/sidechain
34 stars 4 forks source link

Rely on Shadow DOM #2

Closed thomaswilburn closed 3 years ago

thomaswilburn commented 3 years ago

We can safely assume that Shadow DOM is supported in our target browsers at this point. That means we can lose the this.style.display = 'block'; from the constructor, and also simplify our iframe code out of the connected callback.