We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19e81fc commit 2309799Copy full SHA for 2309799
src/network/network_service.js
@@ -716,8 +716,7 @@ cls.RequestContextPrototype = function()
716
if (!entry.current_response)
717
{
718
// This means there wasn't a request, we add a "response" though because that's where that data lives.
719
- // todo: illegal access..
720
- entry.current_response = new cls.NetworkLoggerResponse(this);
+ entry.current_response = new cls.NetworkLoggerResponse(entry);
721
entry.requests_responses.push(entry.current_response);
722
}
723
0 commit comments