mirror of
https://github.com/yume-chan/ya-webadb.git
synced 2025-10-05 19:42:15 +02:00
feat(adb): rewrite process spawner API (#739)
This commit is contained in:
parent
46e78401a4
commit
d3019ce738
75 changed files with 1422 additions and 1022 deletions
|
@ -40,8 +40,8 @@ export class ScrcpyOptionsWrapper<T extends object>
|
|||
return this.#base.uHidOutput;
|
||||
}
|
||||
|
||||
constructor(options: ScrcpyOptions<T>) {
|
||||
this.#base = options;
|
||||
constructor(base: ScrcpyOptions<T>) {
|
||||
this.#base = base;
|
||||
}
|
||||
|
||||
serialize(): string[] {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue