mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Auto merge of #15011 - nox:load-fixes, r=jdm
Various script loading fixes <!-- Reviewable:start --> This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/15011) <!-- Reviewable:end -->
This commit is contained in:
commit
c2d2c38b0f
21 changed files with 31 additions and 110 deletions
|
@ -7,7 +7,7 @@ interface HTMLScriptElement : HTMLElement {
|
|||
attribute DOMString src;
|
||||
attribute DOMString type;
|
||||
attribute DOMString charset;
|
||||
// attribute boolean async;
|
||||
attribute boolean async;
|
||||
attribute boolean defer;
|
||||
attribute DOMString? crossOrigin;
|
||||
[Pure]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue