bug 1158264 - Flag requests coming from service workers. r=vporof
This commit is contained in:
@@ -105,7 +105,8 @@ WebConsoleClient.prototype = {
|
||||
timings: {},
|
||||
updates: [], // track the list of network event updates
|
||||
private: actor.private,
|
||||
fromCache: actor.fromCache
|
||||
fromCache: actor.fromCache,
|
||||
fromServiceWorker: actor.fromServiceWorker
|
||||
};
|
||||
this._networkRequests.set(actor.actor, networkInfo);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user