mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
chore: fix ESLint violation and lessen rule strictness (#6081)
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
<b>Signature:</b>
|
||||
|
||||
```typescript
|
||||
goBack(options: WaitForOptions): Promise<HTTPResponse | null>;
|
||||
goBack(options?: WaitForOptions): Promise<HTTPResponse | null>;
|
||||
```
|
||||
|
||||
## Parameters
|
||||
|
||||
Reference in New Issue
Block a user