This is the union representing the modeled blob type with streaming trait
in a generic format that does not relate to HTTP input or output payloads.
Note: the non-streaming blob type is represented by Uint8Array, but because
the streaming blob type is always in the request/response paylod, it has
historically been handled with different types.
This is the union representing the modeled blob type with streaming trait in a generic format that does not relate to HTTP input or output payloads.
Note: the non-streaming blob type is represented by Uint8Array, but because the streaming blob type is always in the request/response paylod, it has historically been handled with different types.