You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add support for external Javascript via <script> tags in <head> or <body>.
Consider practical and security implications: what would be the execution context/scope of external scripts? (documents get aggregated into shadow-roots, so there's no dedicated document-scope for external scripts...?)
Needs discussion/specification before implementation.
The text was updated successfully, but these errors were encountered:
Add support for external Javascript via
<script>
tags in<head>
or<body>
.Consider practical and security implications: what would be the execution context/scope of external scripts? (documents get aggregated into shadow-roots, so there's no dedicated document-scope for external scripts...?)
Needs discussion/specification before implementation.
The text was updated successfully, but these errors were encountered: