parent
763792d7f1
commit
f134e367b4
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@bytedo/fetch",
|
"name": "@bytedo/fetch",
|
||||||
"version": "2.1.8",
|
"version": "2.1.9",
|
||||||
"description": "全新的ajax封装。分2个版本, 一个基于XMLHttpRequest, 一个基于window.fetch",
|
"description": "全新的ajax封装。分2个版本, 一个基于XMLHttpRequest, 一个基于window.fetch",
|
||||||
"main": "dist/next.js",
|
"main": "dist/next.js",
|
||||||
"files": [
|
"files": [
|
||||||
|
|
|
@ -204,7 +204,7 @@ class _Request {
|
||||||
}
|
}
|
||||||
|
|
||||||
abort() {
|
abort() {
|
||||||
this.control.abort()
|
this.control.abort(`Request timeout: ${~~(this.options.timeout / 1000)}s`)
|
||||||
}
|
}
|
||||||
|
|
||||||
__type__(type) {
|
__type__(type) {
|
||||||
|
|
Loading…
Reference in New Issue