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 189ba93 commit eda0818Copy full SHA for eda0818
src/network/network_service.js
@@ -26,7 +26,7 @@ cls.NetworkLoggerService = function(view)
26
this._current_context.window_contexts.push(window_context);
27
if (!data.parentDocumentID)
28
{
29
- window_context.saw_main_document_abouttoloaddocument = true;
+ window_context.saw_main_document = true;
30
}
31
32
}.bind(this);
@@ -291,7 +291,7 @@ cls.NetworkLoggerService = function(view)
291
cls.NetworkLoggerService.WindowContext = function(window_id)
292
293
this.id = window_id;
294
- this.saw_main_document_abouttoloaddocument = false;
+ this.saw_main_document = false;
295
this.entry_ids = [];
296
297
0 commit comments