Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(328)

Unified Diff: third_party/WebKit/Source/core/html/HTMLScriptElement.idl

Issue 2824583002: Implement <script nomodule> (Closed)
Patch Set: Move script_type declaration Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/core/html/HTMLScriptElement.idl
diff --git a/third_party/WebKit/Source/core/html/HTMLScriptElement.idl b/third_party/WebKit/Source/core/html/HTMLScriptElement.idl
index 20fa012627eb1c12b176d8b80a308ae02ada160c..795f22319490ab9bd6047fdedd0ef90ae3f2198d 100644
--- a/third_party/WebKit/Source/core/html/HTMLScriptElement.idl
+++ b/third_party/WebKit/Source/core/html/HTMLScriptElement.idl
@@ -22,6 +22,7 @@
interface HTMLScriptElement : HTMLElement {
[CEReactions, Reflect, URL] attribute DOMString src;
[CEReactions, Reflect] attribute DOMString type;
+ [CEReactions, Reflect, RuntimeEnabled=ModuleScripts] attribute boolean noModule;
[CEReactions, Reflect] attribute DOMString charset;
[CEReactions] attribute boolean async;
[CEReactions, Reflect] attribute boolean defer;

Powered by Google App Engine
This is Rietveld 408576698