Skip to content

Commit 762a854

Browse files
author
Daniel Herzog
committed
Removed unused is_unloaded property on Response objects
1 parent 3f6154f commit 762a854

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/network/network_service.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -743,8 +743,6 @@ cls.NetworkLoggerEntryPrototype = function()
743743
this._update_event_urlunload = function(event)
744744
{
745745
this.is_unloaded = true;
746-
if (this._current_response)
747-
this._current_response.update_event_urlunload(event);
748746
};
749747

750748
this._update_event_urlfinished = function(event)
@@ -1119,11 +1117,6 @@ cls.NetworkLoggerResponsePrototype = function()
11191117
this.responsebody = responsebody;
11201118
};
11211119

1122-
this.update_event_urlunload = function(event)
1123-
{
1124-
this.is_unloaded = true; // todo: check if we use that on the response?
1125-
};
1126-
11271120
// The following are to reflect changes that happened on Entry.
11281121
this.update_event_urlfinished = function(event)
11291122
{

0 commit comments

Comments
 (0)