Interface: HTTPBatchStreamLinkOptions
Extends
Properties
AbortController
optional
AbortController:null
|AbortControllerEsque
Add ponyfill for AbortController
Source
packages/client/dist/links/internals/httpUtils.d.ts:18
Inherited from
HTTPBatchLinkOptions
.AbortController
fetch
optional
fetch:FetchEsque
Add ponyfill for fetch
Source
packages/client/dist/links/internals/httpUtils.d.ts:14
Inherited from
headers
optional
headers:HTTPHeaders
| (opts
) =>HTTPHeaders
|Promise
<HTTPHeaders
>
Headers to be set on outgoing requests or a callback that of said headers
Link
http://trpc.io/docs/client/headers
Source
packages/client/dist/links/HTTPBatchLinkOptions.d.ts:10
Inherited from
maxURLLength
optional
maxURLLength:number
Source
packages/client/dist/links/HTTPBatchLinkOptions.d.ts:5
Inherited from
HTTPBatchLinkOptions
.maxURLLength
textDecoder
optional
textDecoder:TextDecoderEsque
Will default to the webAPI TextDecoder
,
but you can use this option if your client
runtime doesn't provide it.
Source
packages/client/dist/links/httpBatchStreamLink.d.ts:9
url
url:
string
|URL
Source
packages/client/dist/links/internals/httpUtils.d.ts:10
Inherited from
Generated using TypeDoc and typedoc-plugin-markdown