async function polyfill() { const { hydrateShadowRoots } = await import('@webcomponents/template-shadowroot/template-shadowroot.js'); hydrateShadowRoots(document.body); } if ( !new DOMParser() .parseFromString(`
`, 'text/html', { includeShadowRoots: true, }) .querySelector('p')?.shadowRoot ) polyfill();