Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d51ac8da authored by Simon Chan's avatar Simon Chan
Browse files

feat(adb-scrcpy): forward `clipboard` stream to client

parent 52b198a6
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
---
"@yume-chan/adb-scrcpy": minor
---

Forward `clipboard` stream from options class to `AdbScrcpyClient`
+4 −0
Original line number Diff line number Diff line
@@ -301,6 +301,10 @@ export class AdbScrcpyClient {
        return this.#controller;
    }

    get clipboard(): ReadableStream<string> | undefined {
        return this.#options.clipboard;
    }

    constructor({
        options,
        process,