EPA-WG / embed-page

Proof of concept for Embeddable Progressive Application - a microapplication container, a WebComponent acting as seamless IFRAME or html include
https://www.webcomponents.org/element/EPA-WG/embed-page
Apache License 2.0
17 stars 5 forks source link

script src following inline script order broken #9

Open sashafirsov opened 5 years ago

sashafirsov commented 5 years ago

the inline is executed upfront despite the original order is <script src="..."/> <script>...</script>