MCPcopy Create free account
hub / github.com/AutoCodeStack/ios-device-farm /

Class

src/modules/wda-stream/mjpeg.parser.ts:13–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11
12// Define the class that extends the Transform stream
13class MjpegParser extends Transform {
14 private buffer: Buffer | null = null;
15 private reading: boolean = false;
16 private contentLength: number | null = null;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected