feat(#1050): Response time in res

This commit is contained in:
Shourav Nath
2023-11-25 12:44:39 +06:00
parent f0d5cdecb7
commit fa7afd4237
5 changed files with 12 additions and 0 deletions

View File

@@ -446,6 +446,8 @@ const registerNetworkIpc = (mainWindow) => {
const { data, dataBuffer } = parseDataFromResponse(response);
response.data = data;
response.responseTime = responseTime;
// save cookies
let setCookieHeaders = [];
if (response.headers['set-cookie']) {