@nickyzj2023/utils
Preparing search index...
network
RequestInit
Type Alias RequestInit
RequestInit
:
globalThis.RequestInit
&
{
params
?:
Record
<
string
,
any
>
;
parser
?:
(
response
:
Response
)
=>
Promise
<
any
>
;
}
Type Declaration
Optional
params
?:
Record
<
string
,
any
>
searchParams 查询参数对象
Optional
parser
?:
(
response
:
Response
)
=>
Promise
<
any
>
响应解析器,默认的解析方法为 response.json()
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@nickyzj2023/utils
Loading...
searchParams 查询参数对象