bruno icon indicating copy to clipboard operation
bruno copied to clipboard

fix: request timer reset while switching tabs

Open pooja-bruno opened this issue 9 months ago • 0 comments

Description

This PR fixes an issue where the request execution timer would reset when switching between tabs. Previously, when a user initiated a request with a pre-script delay (e.g., await (new Promise(r => setTimeout(r, 10000)));), and then navigated to another tab before returning, the timer would restart from zero instead of showing the actual time.

Contribution Checklist:

  • [x] The pull request only addresses one issue or adds one feature.
  • [x] The pull request does not introduce any breaking changes
  • [ ] I have added screenshots or gifs to help explain the change if applicable.
  • [x] I have read the contribution guidelines.
  • [x] Create an issue and link to the pull request.

pooja-bruno avatar Mar 06 '25 05:03 pooja-bruno