xhr
xhr(url: string,method: string,body: unknown,options: FetchOptions<any>): Promise<Response>
Properties
(Mandatory properties are in bold)| Properties | Type | Description | 
|---|---|---|
| method | string | |
| url | string | 
Additional properties for advanced use cases
| Properties | Type | Description | 
|---|---|---|
| body | unknown | |
| options | FetchOptions<any> |