PostHogFetchOptions

Example values

React Native
{
method: 'GET' | 'POST' | 'PUT' | 'PATCH';
mode?: 'no-cors';
credentials?: 'omit';
headers: {
[key: string]: string;
};
body?: string | Blob;
signal?: AbortSignal;
}

Community questions

Questions about this page? or post a community question.