ReadonlyreadableThe readable read-only property of the TransformStream interface returns the ReadableStream instance controlled by this TransformStream. This stream emits the transformed output data.
ReadonlywritableThe writable read-only property of the TransformStream interface returns the WritableStream instance controlled by this TransformStream. This stream accepts input data that will be transformed and emitted to the readable stream.
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 too much time, and as a result we got package loss. Use the
EmitEscanUnpackerdirectly instead.It can be consumed by a ReadableStream's pipeThrough method.