I'm running into an issue that I know how to resolve but I don't know how to understand / explain. Let's say I have a ReadableStream that I can read off of in chunks of string | Buffer<ArrayBufferLike>
I am unable to call Buffer.from on the union of the two but I can run Buffer.from on each variant. How come?
I'll share a playground link in the thread