14 lines
625 B
Markdown
14 lines
625 B
Markdown
<!-- 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) > [SignedExchangeHeader](./puppeteer.protocol.network.signedexchangeheader.md) > [headerIntegrity](./puppeteer.protocol.network.signedexchangeheader.headerintegrity.md)
|
|
|
|
## Protocol.Network.SignedExchangeHeader.headerIntegrity property
|
|
|
|
Signed exchange header integrity hash in the form of "sha256-<base64-hash-value>".
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
headerIntegrity: string;
|
|
```
|