Implement HTMLScriptElement async attribute

This commit is contained in:
Anthony Ramine 2017-01-13 14:02:26 +01:00
parent 89c210f2c8
commit 91717ab17c
14 changed files with 12 additions and 59 deletions

View file

@ -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]