Function: xhr
▸ xhr(url, method, body?, options?): Promise<Response>
Parameters
| Name | Type |
|---|---|
url | string |
method | string |
body? | AnonymousObject |
options | FetchOptions |
Returns
Promise<Response>
Defined in
onekijs/packages/onekijs-framework/src/core/xhr.ts:13