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

Unified Diff: src/inspector/js_protocol.json

Issue 2668613002: [inspector] added Debugger.moduleRequested notification
Patch Set: added missing test Created 3 years, 11 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 | « src/factory.cc ('k') | src/inspector/v8-debugger.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/inspector/js_protocol.json
diff --git a/src/inspector/js_protocol.json b/src/inspector/js_protocol.json
index aadd98aaa729580b6eee93f7f1f3e6edf3291836..73db5fb6242013de656d3d117147559d90c765ea 100644
--- a/src/inspector/js_protocol.json
+++ b/src/inspector/js_protocol.json
@@ -717,6 +717,15 @@
"description": "Fired when virtual machine fails to parse the script."
},
{
+ "name": "moduleRequested",
+ "parameters": [
+ { "name": "refererId", "$ref": "Runtime.ScriptId", "description": "scriptIf of referer module." },
+ { "name": "requestedId", "$ref": "Runtime.ScriptId", "description": "scriptId of requested module." },
+ { "name": "specifier", "type": "string", "description": "Specifier passed to import statement."}
+ ],
+ "description": "Fired when one module requests another by specifier during instantiation."
+ },
+ {
"name": "breakpointResolved",
"parameters": [
{ "name": "breakpointId", "$ref": "BreakpointId", "description": "Breakpoint unique identifier." },
« no previous file with comments | « src/factory.cc ('k') | src/inspector/v8-debugger.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698