chore: add changelogs

This commit is contained in:
Simon Chan 2024-03-21 10:55:55 +08:00
parent 9a87f3ca13
commit df3b9f1dba
No known key found for this signature in database
GPG key ID: A8B69F750B9BCEDD
10 changed files with 79 additions and 25 deletions

View file

@ -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;