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

Unified Diff: third_party/WebKit/Source/core/loader/modulescript/ModuleScriptFetchRequest.h

Issue 2817983002: Update comments in ModuleScriptFetchRequest.h (Closed)
Patch Set: Rebase 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/loader/modulescript/ModuleScriptFetchRequest.h
diff --git a/third_party/WebKit/Source/core/loader/modulescript/ModuleScriptFetchRequest.h b/third_party/WebKit/Source/core/loader/modulescript/ModuleScriptFetchRequest.h
index 211dae1fde03ee9c562dd0f6575ec8d1014b97ab..32903a3e75b0a222150058ac0b1de887d190f739 100644
--- a/third_party/WebKit/Source/core/loader/modulescript/ModuleScriptFetchRequest.h
+++ b/third_party/WebKit/Source/core/loader/modulescript/ModuleScriptFetchRequest.h
@@ -16,9 +16,17 @@ namespace blink {
// A ModuleScriptFetchRequest is a "parameter object" for
// Modulator::fetch{,New}SingleModule to avoid the methods having too many
// arguments.
-// In terms of spec, a ModuleScriptFetchRequest carries most of the arguments
+// In terms of spec, a ModuleScriptFetchRequest carries the arguments
// for "fetch a single module script" algorithm:
// https://html.spec.whatwg.org/#fetch-a-single-module-script
+// and "internal module script graph fetching procedure":
+// https://html.spec.whatwg.org/#internal-module-script-graph-fetching-procedure
+// EXCEPT for:
+// - an ancestor list ("internal module script graph fetching procedure" only)
+// - a top-level module fetch flag
+// - a module map settings object
+// - a fetch client settings object
+// - a destination
class ModuleScriptFetchRequest final {
STACK_ALLOCATED();
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698