We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9d653a5 + ac24734 commit fe19736Copy full SHA for fe19736
1 file changed
lib/client.ts
@@ -9,6 +9,9 @@ import { getRequestToken, onRequestTokenUpdate } from '@nextcloud/auth'
9
import Axios from 'axios'
10
11
export interface CancelableAxiosInstance extends AxiosInstance {
12
+ /**
13
+ * @deprecated - use the AbortController API instead
14
+ */
15
CancelToken: CancelTokenStatic
16
isCancel: typeof Axios.isCancel
17
}
0 commit comments