unstable_httpSubscriptionLink<
TInferrable,TEventSource>(opts):TRPCLink<TInferrable>
Defined in: packages/client/src/links/httpSubscriptionLink.ts:245
Type Parameters
Type Parameter
TInferrable extends InferrableClientTypes
TEventSource extends AnyConstructor
Parameters
Parameter
Type
opts
HTTPSubscriptionLinkOptions<inferClientTypes<TInferrable>, TEventSource>
Returns
TRPCLink<TInferrable>
Deprecated
use httpSubscriptionLink instead