PostHogFetchResponse
Properties
| Name | Type |
|---|---|
status | number |
text | () => Promise<string> |
json | () => Promise<any> |
headers | { get(name: string): string | null; } |
body | ReadableStream<Uint8Array<ArrayBufferLike>> |
| Name | Type |
|---|---|
status | number |
text | () => Promise<string> |
json | () => Promise<any> |
headers | { get(name: string): string | null; } |
body | ReadableStream<Uint8Array<ArrayBufferLike>> |