createProfile() 函数
签名
export declare function createProfile(
browser: Browser,
opts: ProfileOptions,
): Promise<void>;
参数
|
参数 |
类型 |
说明 |
|---|---|---|
|
browser | ||
|
opts |
返回值:
Promise<void>
export declare function createProfile(
browser: Browser,
opts: ProfileOptions,
): Promise<void>;
|
参数 |
类型 |
说明 |
|---|---|---|
|
browser | ||
|
opts |
返回值:
Promise<void>