mirror of
https://github.com/usebruno/bruno.git
synced 2026-07-09 06:55:03 +00:00
feat: response timeline
This commit is contained in:
@@ -33,6 +33,7 @@ const registerNetworkIpc = () => {
|
||||
|
||||
return {
|
||||
status: result.status,
|
||||
statusText: result.statusText,
|
||||
headers: result.headers,
|
||||
data: result.data
|
||||
};
|
||||
@@ -44,6 +45,7 @@ const registerNetworkIpc = () => {
|
||||
if(error.response) {
|
||||
return {
|
||||
status: error.response.status,
|
||||
statusText: error.response.statusText,
|
||||
headers: error.response.headers,
|
||||
data: error.response.data
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user