Skip to main content
Module

x/puppeteer_plus/mod.ts>Protocol.Network.SignedExchangeSignature

Deno port of puppeteer base on latest TypeScript source.
Go to Latest
interface Protocol.Network.SignedExchangeSignature
import { type Protocol } from "https://deno.land/x/puppeteer_plus@0.14.0/mod.ts";
const { SignedExchangeSignature } = Protocol.Network;

Properties

label: string

Signed exchange signature label.

signature: string

The hex string of signed exchange signature.

integrity: string

Signed exchange signature integrity.

optional
certUrl: string

Signed exchange signature cert Url.

optional
certSha256: string

The hex string of signed exchange signature cert sha256.

validityUrl: string

Signed exchange signature validity Url.

date: integer

Signed exchange signature date.

expires: integer

Signed exchange signature expires.

optional
certificates: string[]

The encoded certificates.