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