外观
与全局 fetch 兼容的实现。
type Fetch = (input, init?) => Promise<Response>;
string
RequestInit
Promise<Response>
Promise
Response