28 lines
721 B
Markdown
28 lines
721 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [HTTPRequest](./puppeteer.httprequest.md) > [continue](./puppeteer.httprequest.continue.md)
|
||
|
|
||
|
## HTTPRequest.continue() method
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
continue(overrides?: {
|
||
|
url?: string;
|
||
|
method?: string;
|
||
|
postData?: string;
|
||
|
headers?: Record<string, string>;
|
||
|
}): Promise<void>;
|
||
|
```
|
||
|
|
||
|
## Parameters
|
||
|
|
||
|
| Parameter | Type | Description |
|
||
|
| --- | --- | --- |
|
||
|
| overrides | { url?: string; method?: string; postData?: string; headers?: Record<string, string>; } | |
|
||
|
|
||
|
<b>Returns:</b>
|
||
|
|
||
|
Promise<void>
|
||
|
|