fix: abort ongoing requests when changing pages (#3927)
This commit is contained in:
1
frontend/src/types/api.d.ts
vendored
1
frontend/src/types/api.d.ts
vendored
@@ -10,6 +10,7 @@ interface ApiOpts {
|
||||
method?: ApiMethod;
|
||||
headers?: object;
|
||||
body?: any;
|
||||
signal?: AbortSignal;
|
||||
}
|
||||
|
||||
interface TusSettings {
|
||||
|
||||
Reference in New Issue
Block a user