phoenix
phoenix copied to clipboard
Use coercion for stream checks
When checking if stream values are BLOB, string, ArrayBuffer, etc; instead adapt two of these to whichever type the respective command operates on. Eventually we'll factor this out and allow the model of a command to specify what kind of input it expects (ex: string, Uint8Array) and have automatic coercion for pipelines.