Skip to content

Commit a076d5b

Browse files
author
Daniel Herzog
committed
Adding is_unloaded to ResourceInfo
1 parent fd739f4 commit a076d5b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/network/network_service.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1353,5 +1353,6 @@ cls.ResourceInfo = function(entry)
13531353
this.id = entry.id;
13541354
this.document_id = entry.document_id;
13551355
this.type = entry.type;
1356+
this.is_unloaded = entry.is_unloaded;
13561357
this._entry = entry; // dbg
13571358
};

0 commit comments

Comments
 (0)