BrowserRuntimeStreamingBlobPayloadOutputTypes: SdkStream<ReadableStreamOptionalType | BlobOptionalType>

Streaming payload output types in the browser environment.

This is by default fetch's Response.body type (ReadableStream) when using the default fetch-http-handler in browser-like environments.

It may be a Blob, such as when using the XMLHttpRequest handler and receiving an arraybuffer response body.

The SdkStreamMixin adds methods on this type to help transform (collect) it to other formats.