aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webidls/HTMLScriptElement.webidl
diff options
context:
space:
mode:
authorCYBAI <cyb.ai.815@gmail.com>2019-11-29 12:21:55 +0900
committerCYBAI <cyb.ai.815@gmail.com>2020-01-03 13:04:21 +0900
commit1cc6435cfcf8ae2234fd7343491f3d943fdf4eeb (patch)
tree9befd88836c1c3ab0d28397d6d353efd3a1666ec /components/script/dom/webidls/HTMLScriptElement.webidl
parent5c9536acdc8aed056fa91e0e3cffd3e3e0b0ad03 (diff)
downloadservo-1cc6435cfcf8ae2234fd7343491f3d943fdf4eeb.tar.gz
servo-1cc6435cfcf8ae2234fd7343491f3d943fdf4eeb.zip
Implement nomodule attribute
Diffstat (limited to 'components/script/dom/webidls/HTMLScriptElement.webidl')
-rw-r--r--components/script/dom/webidls/HTMLScriptElement.webidl2
1 files changed, 2 insertions, 0 deletions
diff --git a/components/script/dom/webidls/HTMLScriptElement.webidl b/components/script/dom/webidls/HTMLScriptElement.webidl
index f7126b7901b..13b69865fa5 100644
--- a/components/script/dom/webidls/HTMLScriptElement.webidl
+++ b/components/script/dom/webidls/HTMLScriptElement.webidl
@@ -12,6 +12,8 @@ interface HTMLScriptElement : HTMLElement {
[CEReactions]
attribute DOMString type;
[CEReactions]
+ attribute boolean noModule;
+ [CEReactions]
attribute DOMString charset;
[CEReactions]
attribute boolean async;