phoenix icon indicating copy to clipboard operation
phoenix copied to clipboard

Use coercion for stream checks

Open KernelDeimos opened this issue 11 months ago • 0 comments

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.

KernelDeimos avatar Mar 04 '24 15:03 KernelDeimos