UNPKG
uni-http
Version:
latest (0.7.9)
0.7.9
0.7.8
0.7.7
0.7.6
0.7.5
0.7.4
0.7.3
0.7.2
0.7.1
0.7.0
0.6.0
0.5.0
0.4.1
0.4.0
0.3.1
0.3.0
0.2.2
0.2.1
0.2.0
0.1.2
0.1.1
0.1.0
在uniapp中发送请求和上传文件的api进行了封装
github.com/januwA/uni-http
januwA/uni-http
uni-http
/
dist
/
types
/
abort-controller.d.ts
12 lines
•
265 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
import { Completer } from
"ajanuw-completer"
;
/** * 中断请求控制器 */
export declare
class
UniAbortController
{ completer: Completer<unknown>;
/** * 中断上传任务 */
abort(): void; } //
# sourceMappingURL=abort-controller.d.ts.map