Skip to main content

xhr

xhr(url: string,method: string,body: unknown,options: FetchOptions<any>): Promise<Response>

Properties

(Mandatory properties are in bold)
PropertiesTypeDescription
methodstring
urlstring
Additional properties for advanced use cases
PropertiesTypeDescription
bodyunknown
optionsFetchOptions<any>