@orangecheck/stamp-ots / HttpCalendarOptions
Interface: HttpCalendarOptions
Defined in: calendar.ts:20
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
<a id="property-fetch"></a> fetch? | { (input: RequestInfo | URL, init?: RequestInit): Promise<Response>; (input: string | Request | URL, init?: RequestInit): Promise<Response>; } | Custom fetch implementation. Defaults to global fetch. Useful in environments that need a specific adapter (Node < 18, Cloudflare Workers, proxies). | calendar.ts:26 |
<a id="property-timeoutms"></a> timeoutMs? | number | Request timeout in milliseconds. Default 30_000. | calendar.ts:28 |