14 lines
635 B
Markdown
14 lines
635 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Fetch](./puppeteer.protocol.fetch.md) > [FulfillRequestRequest](./puppeteer.protocol.fetch.fulfillrequestrequest.md) > [responsePhrase](./puppeteer.protocol.fetch.fulfillrequestrequest.responsephrase.md)
|
|
|
|
## Protocol.Fetch.FulfillRequestRequest.responsePhrase property
|
|
|
|
A textual representation of responseCode. If absent, a standard phrase matching responseCode is used.
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
responsePhrase?: string;
|
|
```
|