Implement nomodule attribute

This commit is contained in:
CYBAI 2019-11-29 12:21:55 +09:00
parent 5c9536acdc
commit 1cc6435cfc
2 changed files with 11 additions and 1 deletions

View file

@ -11,6 +11,8 @@ interface HTMLScriptElement : HTMLElement {
attribute USVString src;
[CEReactions]
attribute DOMString type;
[CEReactions]
attribute boolean noModule;
[CEReactions]
attribute DOMString charset;
[CEReactions]