• 可选
abortSignal: AbortSignal
• 可选
分支: 字符串
默认值
"main"
• 可选
凭证: 凭证
• 可选
描述: string
• 可选
fetch: (input
: URL
| RequestInfo
, init?
: RequestInit
) => Promise
<Response
>(input
: string
| URL
| Request
, init?
: RequestInit
) => Promise
<Response
>
自定义的fetch函数,用于替代默认的fetch函数,例如使用代理或修改头部信息。
▸ (input
, init?
): Promise
<Response
>
名称 | 类型 |
---|---|
输入 | URL | RequestInfo |
init? | RequestInit |
Promise
<Response
>
▸ (input
, init?
): Promise
<Response
>
名称 | 类型 |
---|---|
输入 | string | URL | Request |
init? | RequestInit |
Promise
<Response
>
• 可选
hubUrl: string
• 可选
isPullRequest: boolean
• operations: CommitOperation
[]
• 可选
parentCommit: string
父提交。可选
• repo: RepoDesignation
• 标题: 字符串
• 可选
useWebWorkers: 布尔值
| { minSize?
: 数字
; poolSize?
: 数字
}
是否使用Web Workers来计算SHA256哈希值。
在Web Workers内部从CDN加载hash-wasm。不确定如何否则实现且仍有“干净”的包。