Delen via


HttpBrowserStreamResponse type

HTTP-antwoord welke hoofdtekst een NodeJS-streamobject is

type HttpBrowserStreamResponse = HttpResponse & {
  body?: ReadableStream<Uint8Array>
}