14 lines
542 B
Markdown
14 lines
542 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [DOMStorage](./puppeteer.protocol.domstorage.md) > [StorageId](./puppeteer.protocol.domstorage.storageid.md) > [securityOrigin](./puppeteer.protocol.domstorage.storageid.securityorigin.md)
|
||
|
|
||
|
## Protocol.DOMStorage.StorageId.securityOrigin property
|
||
|
|
||
|
Security origin for the storage.
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
securityOrigin: string;
|
||
|
```
|