UNPKG

@inweb/client

Version:

JavaScript REST API client for the Open Cloud Server

8 lines (7 loc) 304 B
export declare function $xmlhttp(url: string, params?: { method: "GET" | "POST" | "PUT" | "DELETE" | "HEAD"; headers?: HeadersInit; body?: XMLHttpRequestBodyInit; uploadProgress?: (progress: number) => void; downloadProgress?: (progress: number) => void; }): Promise<XMLHttpRequest>;