We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c230c1 commit 9bbbcc1Copy full SHA for 9bbbcc1
src/common/util/FetchRequest.js
@@ -231,9 +231,9 @@ export var isCORS = function () {
231
}
232
/**
233
* @function setRequestTimeout
234
+ * @category BaseTypes Util
235
* @description 设置请求超时时间。
236
* @param {number} [timeout=45] - 请求超时时间,单位秒。
- * @private
237
* @usage
238
* ```
239
* // 浏览器
@@ -257,9 +257,9 @@ export var setRequestTimeout = function (timeout) {
257
258
259
* @function getRequestTimeout
260
261
* @description 获取请求超时时间。
262
* @returns {number} 请求超时时间。
263
264
265
0 commit comments