Skip to content

Commit

Permalink
docs: update
Browse files Browse the repository at this point in the history
  • Loading branch information
caijf committed Oct 22, 2024
1 parent 63b933f commit e6926ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ajax.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ type AjaxOptions = {
* @since 4.16.0
* @see {@link https://developer.mozilla.org/zh-CN/docs/Web/API/XMLHttpRequest | XMLHttpRequest}
* @param {string} url 地址
* @param {Object} [options] 配置项
* @param {AjaxOptions} [options] 配置项
* @param {string} [options.method="get"] 创建请求时使用的方法。默认 `'get'`。
* @param {boolean} [options.async=true] 是否异步执行操作。默认 `true`。
* @param {string|null} [options.user=null] 用户名,用于认证用途。默认 `null`。
Expand Down

0 comments on commit e6926ac

Please sign in to comment.