Config

type Config = Readonly<{
  sendBufferHighWatermark: number;
  signal: AbortSignal;
  url: string;
}>;