doc(adb): add note about top-level await

This commit is contained in:
Simon Chan 2022-02-19 22:41:21 +08:00
parent 5bc3d49334
commit 5aab894875
25 changed files with 160 additions and 93 deletions

View file

@ -6,7 +6,8 @@ import { AdbFrameBuffer, AdbPower, AdbReverseCommand, AdbSubprocess, AdbSync, Ad
import { AdbFeatures } from './features';
import { AdbCommand } from './packet';
import { AdbLogger, AdbPacketDispatcher, AdbSocket } from './socket';
import { decodeUtf8, ReadableStream, WritableStream } from "./utils";
import { ReadableStream, WritableStream } from "./stream";
import { decodeUtf8 } from "./utils";
export enum AdbPropKey {
Product = 'ro.product.name',