docs(new): migrate HTTPResponse docs to TSDoc (#6085)

Co-authored-by: Changhao Han <changhaohan@chromium.org>
This commit is contained in:
Changhao Han
2020-06-25 11:26:36 +02:00
committed by Mathias Bynens
parent b993adb468
commit 4696f7abda
22 changed files with 152 additions and 52 deletions

View File

@@ -0,0 +1,11 @@
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [RemoteAddress](./puppeteer.remoteaddress.md) &gt; [port](./puppeteer.remoteaddress.port.md)
## RemoteAddress.port property
<b>Signature:</b>
```typescript
port: number;
```