Closed weizman closed 2 years ago
the following:
a=document.createElement('div'); i=document.createElement('iframe'); s=a.attachShadow({mode:'open'}); s.appendChild(i); document.head.append(a);
throws an uncaught error under Snow instead of working properly
this was discovered as part of issue #10
the following:
throws an uncaught error under Snow instead of working properly