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