版博士V2.0程序
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.

12345678910
  1. export declare const fetch: typeof globalThis.fetch;
  2. export declare const Blob: typeof globalThis.Blob;
  3. export declare const File: typeof globalThis.File;
  4. export declare const FormData: typeof globalThis.FormData;
  5. export declare const Headers: typeof globalThis.Headers;
  6. export declare const Request: typeof globalThis.Request;
  7. export declare const Response: typeof globalThis.Response;
  8. export declare const AbortController: typeof globalThis.AbortController;
  9. export default fetch;