mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
22 lines
674 B
Markdown
22 lines
674 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Schema](./puppeteer.protocol.schema.md) > [Domain](./puppeteer.protocol.schema.domain.md)
|
||
|
|
||
|
## Protocol.Schema.Domain interface
|
||
|
|
||
|
Description of the protocol domain.
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
export interface Domain
|
||
|
```
|
||
|
|
||
|
## Properties
|
||
|
|
||
|
| Property | Type | Description |
|
||
|
| --- | --- | --- |
|
||
|
| [name](./puppeteer.protocol.schema.domain.name.md) | string | Domain name. |
|
||
|
| [version](./puppeteer.protocol.schema.domain.version.md) | string | Domain version. |
|
||
|
|