ReadonlyreadableThe readable read-only property of the TransformStream interface returns the ReadableStream instance controlled by this TransformStream.
ReadonlywritableThe writable read-only property of the TransformStream interface returns the WritableStream instance controlled by this TransformStream.
This transform stream unpacks objects of frames from an eScan device.
Unfortunately this does not work at the moment, it seems that the streaming takes to much time, and as a result we got package loss. Use the
EmitEscanUnpackerdirectly instead.It can be consumed by a ReadableStream's pipeThrough method.