getDefaultDispatcher()
function getDefaultDispatcher(): Promise<Dispatcher | undefined>;
The default dispatcher on its own.
Returns
Promise<Dispatcher | undefined>
Deprecated
Use getDefaultTransport instead, which returns this
dispatcher together with the fetch it must be used with. Attaching this
dispatcher to the runtime's global fetch decodes compressed responses
twice on Node 26 and the request fails with terminated.