mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
@@ -7,5 +7,6 @@ sidebar_label: launch
|
||||
**Signature:**
|
||||
|
||||
```typescript
|
||||
launch: (options?: import("./types.js").PuppeteerLaunchOptions) => Promise<import("./types.js").Browser>
|
||||
launch: (options?: import('./types.js').PuppeteerLaunchOptions) =>
|
||||
Promise<import('./types.js').Browser>;
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user