RequestOptions: {
    timeoutMs?: number;
    to?: string;
}

Type declaration

  • Optional timeoutMs?: number

    Override the registry's default timeout for this call.

  • Optional to?: string

    Address to ask. Required for server-initiated requests — a server request without a target would be broadcast to every client and could be answered by any of them, so it throws instead. Clients always reach the authoritative server and must omit it.