mirror of
https://github.com/yume-chan/ya-webadb.git
synced 2025-10-03 17:59:50 +02:00
feat(adb-scrcpy): forward clipboard
stream to client
This commit is contained in:
parent
52b198a6cd
commit
d51ac8dac9
2 changed files with 9 additions and 0 deletions
5
.changeset/lemon-rats-speak.md
Normal file
5
.changeset/lemon-rats-speak.md
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
---
|
||||||
|
"@yume-chan/adb-scrcpy": minor
|
||||||
|
---
|
||||||
|
|
||||||
|
Forward `clipboard` stream from options class to `AdbScrcpyClient`
|
|
@ -301,6 +301,10 @@ export class AdbScrcpyClient {
|
||||||
return this.#controller;
|
return this.#controller;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
get clipboard(): ReadableStream<string> | undefined {
|
||||||
|
return this.#options.clipboard;
|
||||||
|
}
|
||||||
|
|
||||||
constructor({
|
constructor({
|
||||||
options,
|
options,
|
||||||
process,
|
process,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue