Get started – free
  • Home
  • Self-driving product
  • Context warehouse
  • Pricing
  • Docs
  • Demo
  • Talk to a human
  • Why PostHog?
  • Changelog
  • Company handbook
  • Store
  • Careers
  • Trash
  • Home
  • Self-driving product
  • Context warehouse
  • Pricing
  • Docs
  • Demo
  • Talk to a human
  • Why PostHog?
  • Changelog
  • Company handbook
  • Store
  • Careers
  • Trash
OverviewBeta
Get started
Set up self-driving
Products
Slack
Web app
MCP
CLI
Code
Concepts
The self-improving loop
Anatomy of a pull request
Context
Scouts
Signals
Reports
Inbox
Resources
Pricing
FAQ

PostHogFetchOptions

View in reference

Example values

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

Community questions