fix: persist request execution context between tabs (#4284)

This commit is contained in:
Nivedin
2024-08-22 22:40:21 +05:30
committed by GitHub
parent 0218555909
commit f115c4ab8e
3 changed files with 18 additions and 7 deletions

View File

@@ -87,4 +87,9 @@ export type HoppRESTDocument = {
* (if any)
*/
inheritedProperties?: HoppInheritedProperty
/**
* The function responsible for cancelling the tab request call
*/
cancelFunction?: () => void
}