14 lines
571 B
Markdown
14 lines
571 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Browser](./puppeteer.protocol.browser.md) > [SetPermissionRequest](./puppeteer.protocol.browser.setpermissionrequest.md) > [origin](./puppeteer.protocol.browser.setpermissionrequest.origin.md)
|
||
|
|
||
|
## Protocol.Browser.SetPermissionRequest.origin property
|
||
|
|
||
|
Origin the permission applies to, all origins if not specified.
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
origin?: string;
|
||
|
```
|