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