UNPKG

minigame-std

Version:

Mini Game Standard Development Library.

16 lines (9 loc) 432 B
[**minigame-std**](../README.md) *** [minigame-std](../README.md) / UnionFetchInit # Type Alias: UnionFetchInit ```ts type UnionFetchInit = FetchInit & MinaFetchInit; ``` Defined in: [src/std/fetch/fetch\_defines.ts:14](https://github.com/JiangJie/minigame-std/blob/ff3594872b1efbdbc13aabe99588385e855b50dc/src/std/fetch/fetch_defines.ts#L14) 联合网络请求初始化配置类型,结合了 FetchInit 和 MinaFetchInit。