Merge remote-tracking branch 'origin/master' into merge-6.2.1-release-in-master

This commit is contained in:
SvetoslavTsenov
2019-11-12 18:26:49 +02:00
15 changed files with 48 additions and 40 deletions

View File

@@ -247,14 +247,3 @@ export class NetworkDomainDebugger implements inspectorCommandTypes.NetworkDomai
return resourceData;
}
}
@inspectorCommands.DomainDispatcher("Runtime")
export class RuntimeDomainDebugger {
constructor() {
__inspectorSendEvent(`{"method":"Runtime.executionContextCreated","params":{"context":{"id":1,"origin":"http://main.xml","name":"","auxData":{"isDefault":true,"frameId":"${frameId}"}}}}`);
}
compileScript(): { scriptId?: string, exceptionDetails?: Object } {
return {};
}
}