refactor: persist request handles under tab saveContext

Only the IDs (workspace, provider & request IDs) to restore the handle are stored under `localStorage` and the handle is restored back at runtime.
This commit is contained in:
jamesgeorge007
2024-04-22 20:16:02 +05:30
parent f6067f14aa
commit 8467417e7a
6 changed files with 155 additions and 15 deletions

View File

@@ -277,6 +277,7 @@ const saveRequestAs = async () => {
workspaceID,
providerID,
requestID,
requestHandle,
},
}