puppeteer/new-docs/puppeteer.protocol.fetch.continuerequestrequest.method.md
2020-07-13 14:01:35 +01:00

14 lines
547 B
Markdown

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [Fetch](./puppeteer.protocol.fetch.md) &gt; [ContinueRequestRequest](./puppeteer.protocol.fetch.continuerequestrequest.md) &gt; [method](./puppeteer.protocol.fetch.continuerequestrequest.method.md)
## Protocol.Fetch.ContinueRequestRequest.method property
If set, the request method is overridden.
<b>Signature:</b>
```typescript
method?: string;
```