[PR #3742] [MERGED] refactor: persist running requests while switching tabs #4515

Closed
opened 2026-03-17 02:02:35 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/3742
Author: @nivedin
Created: 1/11/2024
Status: Merged
Merged: 1/23/2024
Merged by: @AndrewBastin

Base: release/2023.12.3Head: refactor/run-request-tab-change


📝 Commits (2)

  • 5153303 refactor: run multiple tab request while changing tabs
  • e352cc4 fix: cancel request when closing tab

📊 Changes

2 files changed (+19 additions, -8 deletions)

View changed files

📝 packages/hoppscotch-common/src/components/http/Request.vue (+16 -8)
📝 packages/hoppscotch-common/src/helpers/RequestRunner.ts (+3 -0)

📄 Description

Closes HFE-384

Description

This PR introduces a feature that empowers tabs to continue executing their respective requests seamlessly even during tab-switching scenarios, preventing premature cancellations that were occurring previously.

Checks

  • My pull request adheres to the code style of this project
  • My code requires changes to the documentation
  • I have updated the documentation as required
  • All the tests have passed

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/hoppscotch/hoppscotch/pull/3742 **Author:** [@nivedin](https://github.com/nivedin) **Created:** 1/11/2024 **Status:** ✅ Merged **Merged:** 1/23/2024 **Merged by:** [@AndrewBastin](https://github.com/AndrewBastin) **Base:** `release/2023.12.3` ← **Head:** `refactor/run-request-tab-change` --- ### 📝 Commits (2) - [`5153303`](https://github.com/hoppscotch/hoppscotch/commit/515330361682c126677257000ff8d362c47481d4) refactor: run multiple tab request while changing tabs - [`e352cc4`](https://github.com/hoppscotch/hoppscotch/commit/e352cc4c17f6c88819f888e57b5a53382e8c27fc) fix: cancel request when closing tab ### 📊 Changes **2 files changed** (+19 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `packages/hoppscotch-common/src/components/http/Request.vue` (+16 -8) 📝 `packages/hoppscotch-common/src/helpers/RequestRunner.ts` (+3 -0) </details> ### 📄 Description Closes HFE-384 ### Description This PR introduces a feature that empowers tabs to continue executing their respective requests seamlessly even during tab-switching scenarios, preventing premature cancellations that were occurring previously. ### Checks - [x] My pull request adheres to the code style of this project - [ ] My code requires changes to the documentation - [x] I have updated the documentation as required - [ ] All the tests have passed --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 02:02:35 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hoppscotch#4515
No description provided.