2020-09-09 19:23:46 +00:00
|
|
|
<!-- 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) > [CrossOriginOpenerPolicyStatus](./puppeteer.protocol.network.crossoriginopenerpolicystatus.md)
|
|
|
|
|
|
|
|
## Protocol.Network.CrossOriginOpenerPolicyStatus interface
|
|
|
|
|
|
|
|
<b>Signature:</b>
|
|
|
|
|
|
|
|
```typescript
|
|
|
|
export interface CrossOriginOpenerPolicyStatus
|
|
|
|
```
|
|
|
|
|
|
|
|
## Properties
|
|
|
|
|
|
|
|
| Property | Type | Description |
|
|
|
|
| --- | --- | --- |
|
2020-10-01 06:24:47 +00:00
|
|
|
| [reportingEndpoint](./puppeteer.protocol.network.crossoriginopenerpolicystatus.reportingendpoint.md) | string | |
|
|
|
|
| [reportOnlyReportingEndpoint](./puppeteer.protocol.network.crossoriginopenerpolicystatus.reportonlyreportingendpoint.md) | string | |
|
|
|
|
| [reportOnlyValue](./puppeteer.protocol.network.crossoriginopenerpolicystatus.reportonlyvalue.md) | [CrossOriginOpenerPolicyValue](./puppeteer.protocol.network.crossoriginopenerpolicyvalue.md) | |
|
2020-09-09 19:23:46 +00:00
|
|
|
| [value](./puppeteer.protocol.network.crossoriginopenerpolicystatus.value.md) | [CrossOriginOpenerPolicyValue](./puppeteer.protocol.network.crossoriginopenerpolicyvalue.md) | |
|
|
|
|
|