Home > @infiniteobjects/core-library-web > Xhr > post
POST a URL
Signature:
static post<T, R = ObjectLike>({ url, data, headers, errorEmitter }: PostParams<R>): Promise<T>;
| Parameter | Type | Description |
|---|---|---|
| { url, data, headers, errorEmitter } | PostParams<R> |
Returns:
Promise<T>