PostHogFetchOptions
Properties
| Name | Type |
|---|---|
method | "GET" | "POST" | "PUT" | "PATCH" |
mode | "no-cors" |
credentials | "omit" |
headers | { [key: string]: string; } |
body | string | Blob |
signal | AbortSignal |
| Name | Type |
|---|---|
method | "GET" | "POST" | "PUT" | "PATCH" |
mode | "no-cors" |
credentials | "omit" |
headers | { [key: string]: string; } |
body | string | Blob |
signal | AbortSignal |