mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
19 lines
427 B
Markdown
19 lines
427 B
Markdown
|
---
|
||
|
sidebar_label: RemoteAddress
|
||
|
---
|
||
|
|
||
|
# RemoteAddress interface
|
||
|
|
||
|
#### Signature:
|
||
|
|
||
|
```typescript
|
||
|
export interface RemoteAddress
|
||
|
```
|
||
|
|
||
|
## Properties
|
||
|
|
||
|
| Property | Modifiers | Type | Description | Default |
|
||
|
| -------- | --------------------- | ------ | ----------- | ------- |
|
||
|
| ip | <code>optional</code> | string | | |
|
||
|
| port | <code>optional</code> | number | | |
|