MCPcopy
hub / github.com/janhq/jan / RequestInit

Interface RequestInit

extensions/llamacpp-extension/src/type.d.ts:4–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2
3declare global {
4 interface RequestInit {
5 /**
6 * Tauri HTTP plugin option for connection timeout in milliseconds.
7 */
8 connectTimeout?: number
9 }
10}
11
12

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected