зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1670627 - [devtools] Pass the updateType to the data provider on the resource update event r=Honza
Differential Revision: https://phabricator.services.mozilla.com/D93700
This commit is contained in:
Родитель
ddaca31b0c
Коммит
30aacc98e1
|
@ -77,7 +77,6 @@ class NetworkEventWatcher {
|
|||
}
|
||||
const resourceUpdates = {
|
||||
updates: [...currentResource.updates, updateResource.updateType],
|
||||
updateType: updateResource.updateType,
|
||||
};
|
||||
|
||||
switch (updateResource.updateType) {
|
||||
|
@ -137,6 +136,7 @@ class NetworkEventWatcher {
|
|||
resourceType: currentResource.resourceType,
|
||||
resourceId: updateResource.resourceId,
|
||||
resourceUpdates,
|
||||
updateType: updateResource.updateType,
|
||||
},
|
||||
]);
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче