mirror of
https://github.com/yume-chan/ya-webadb.git
synced 2025-10-05 02:39:26 +02:00
feat: stream migrate done
This commit is contained in:
parent
ef57682ec3
commit
2a5843eb20
14 changed files with 228 additions and 150 deletions
|
@ -205,8 +205,8 @@ export class Adb {
|
|||
return stdout;
|
||||
}
|
||||
|
||||
public async install(apk: ReadableStream<ArrayBuffer>): Promise<void> {
|
||||
return await install(this, apk);
|
||||
public install() {
|
||||
return install(this);
|
||||
}
|
||||
|
||||
public async sync(): Promise<AdbSync> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue