mirror of
https://github.com/servo/servo.git
synced 2025-07-23 07:13:52 +01:00
Implement HTMLScriptElement async attribute
This commit is contained in:
parent
89c210f2c8
commit
91717ab17c
14 changed files with 12 additions and 59 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