minigame-std
Version:
Mini Game Standard Development Library.
18 lines (10 loc) • 435 B
Markdown
[**minigame-std**](../README.md)
***
[minigame-std](../README.md) / UnionFetchInit
# Type Alias: UnionFetchInit
```ts
type UnionFetchInit = FetchInit & MinaFetchInit;
```
联合网络请求初始化配置类型,结合了 FetchInit 和 MinaFetchInit。
## Defined in
[src/std/fetch/fetch\_defines.ts:14](https://github.com/JiangJie/minigame-std/blob/8633d80114dee6c79033ec094d8233bd8263bedc/src/std/fetch/fetch_defines.ts#L14)