fix: persist request execution context between tabs (#4284)
This commit is contained in:
@@ -87,4 +87,9 @@ export type HoppRESTDocument = {
|
||||
* (if any)
|
||||
*/
|
||||
inheritedProperties?: HoppInheritedProperty
|
||||
|
||||
/**
|
||||
* The function responsible for cancelling the tab request call
|
||||
*/
|
||||
cancelFunction?: () => void
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user