mirror of
https://github.com/servo/servo
synced 2026-04-27 09:57:23 +02:00
Implement nomodule attribute
This commit is contained in:
@@ -11,6 +11,8 @@ interface HTMLScriptElement : HTMLElement {
|
||||
attribute USVString src;
|
||||
[CEReactions]
|
||||
attribute DOMString type;
|
||||
[CEReactions]
|
||||
attribute boolean noModule;
|
||||
[CEReactions]
|
||||
attribute DOMString charset;
|
||||
[CEReactions]
|
||||
|
||||
Reference in New Issue
Block a user