mirror of
https://github.com/yume-chan/ya-webadb.git
synced 2025-10-03 09:49:24 +02:00
feat(struct): new API full rewrite
This commit is contained in:
parent
a29268426d
commit
d50a170ab8
89 changed files with 1487 additions and 5512 deletions
|
@ -7,7 +7,7 @@ import type {
|
|||
WritableStreamDefaultController,
|
||||
} from "@yume-chan/stream-extra";
|
||||
import { MaybeConsumable, PushReadableStream } from "@yume-chan/stream-extra";
|
||||
import { EMPTY_UINT8_ARRAY } from "@yume-chan/struct";
|
||||
import { EmptyUint8Array } from "@yume-chan/struct";
|
||||
|
||||
import type { AdbSocket } from "../adb.js";
|
||||
|
||||
|
@ -164,7 +164,7 @@ export class AdbDaemonSocketController
|
|||
AdbCommand.Close,
|
||||
this.localId,
|
||||
this.remoteId,
|
||||
EMPTY_UINT8_ARRAY,
|
||||
EmptyUint8Array,
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue