diff --git a/include/js_protocol.pdl b/include/js_protocol.pdl index b34c8551ad..9ab0820bee 100644 --- a/include/js_protocol.pdl +++ b/include/js_protocol.pdl @@ -104,7 +104,9 @@ domain Debugger # Location in the source code. Location location # JavaScript script name or url. - string url + # Deprecated in favor of using the `location.scriptId` to resolve the URL via a previously + # sent `Debugger.scriptParsed` event. + deprecated string url # Scope chain for this call frame. array of Scope scopeChain # `this` object for this call frame.