14 lines
575 B
Markdown
14 lines
575 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Network](./puppeteer.protocol.network.md) > [Response](./puppeteer.protocol.network.response.md) > [connectionReused](./puppeteer.protocol.network.response.connectionreused.md)
|
||
|
|
||
|
## Protocol.Network.Response.connectionReused property
|
||
|
|
||
|
Specifies whether physical connection was actually reused for this request.
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
connectionReused: boolean;
|
||
|
```
|