PostHogFetchOptions

Example values

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

Community questions

Was this page useful?