mirror of
https://github.com/yume-chan/ya-webadb.git
synced 2025-10-03 17:59:50 +02:00
chore: add changelogs
This commit is contained in:
parent
9a87f3ca13
commit
df3b9f1dba
10 changed files with 79 additions and 25 deletions
|
@ -74,12 +74,6 @@ export class AdbDaemonSocketController
|
|||
* bytes that can be written to the socket before receiving an ack.
|
||||
*/
|
||||
#availableWriteBytes = 0;
|
||||
/**
|
||||
* Gets the number of bytes that can be written to the socket without blocking.
|
||||
*/
|
||||
public get availableWriteBytes() {
|
||||
return this.#availableWriteBytes;
|
||||
}
|
||||
|
||||
constructor(options: AdbDaemonSocketConstructionOptions) {
|
||||
this.#dispatcher = options.dispatcher;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue