Function: unstable_httpSubscriptionLink()
unstable_httpSubscriptionLink<
TInferrable>(opts):TRPCLink<TInferrable>
See
https://trpc.io/docs/client/links/httpSubscriptionLink
Type parameters
| Parameter |
|---|
TInferrable extends InferrableClientTypes |
Parameters
| Parameter | Type |
|---|---|
opts | HTTPSubscriptionLinkOptions< inferClientTypes< TInferrable > > |
Returns
TRPCLink< TInferrable >
Source
packages/client/src/links/httpSubscriptionLink.ts:24
Generated using TypeDoc and typedoc-plugin-markdown